mirror of https://git.rancher.io/charts
Update cis-operator imagePullPolicy
parent
026c7c6b30
commit
8edef0570a
|
@ -12,11 +12,11 @@ annotations:
|
||||||
catalog.cattle.io/type: cluster-tool
|
catalog.cattle.io/type: cluster-tool
|
||||||
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: v3.0.0
|
appVersion: v3.0.1-rc2
|
||||||
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
|
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
|
||||||
cluster
|
cluster
|
||||||
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
|
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
|
||||||
keywords:
|
keywords:
|
||||||
- security
|
- security
|
||||||
name: rancher-cis-benchmark
|
name: rancher-cis-benchmark
|
||||||
version: 3.0.0
|
version: 3.0.1-rc2
|
||||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: cis-operator
|
- name: cis-operator
|
||||||
image: '{{ template "system_default_registry" . }}{{ .Values.image.cisoperator.repository }}:{{ .Values.image.cisoperator.tag }}'
|
image: '{{ template "system_default_registry" . }}{{ .Values.image.cisoperator.repository }}:{{ .Values.image.cisoperator.tag }}'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: cismetrics
|
- name: cismetrics
|
||||||
containerPort: {{ .Values.alerts.metricsPort }}
|
containerPort: {{ .Values.alerts.metricsPort }}
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
image:
|
image:
|
||||||
cisoperator:
|
cisoperator:
|
||||||
repository: rancher/cis-operator
|
repository: rancher/cis-operator
|
||||||
tag: v1.0.10
|
tag: v1.0.11-rc1
|
||||||
debug: false
|
|
||||||
securityScan:
|
securityScan:
|
||||||
repository: rancher/security-scan
|
repository: rancher/security-scan
|
||||||
tag: v0.2.9
|
tag: v0.2.9
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: local
|
url: local
|
||||||
version: 3.0.1-rc1
|
version: 3.0.1-rc2
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
|
@ -35,9 +35,9 @@ rancher-backup:
|
||||||
rancher-backup-crd:
|
rancher-backup-crd:
|
||||||
- 3.0.1-rc1
|
- 3.0.1-rc1
|
||||||
rancher-cis-benchmark:
|
rancher-cis-benchmark:
|
||||||
- 3.0.1-rc1
|
- 3.0.1-rc2
|
||||||
rancher-cis-benchmark-crd:
|
rancher-cis-benchmark-crd:
|
||||||
- 3.0.1-rc1
|
- 3.0.1-rc2
|
||||||
rancher-gatekeeper:
|
rancher-gatekeeper:
|
||||||
- 101.1.0+up3.10.0
|
- 101.1.0+up3.10.0
|
||||||
rancher-gatekeeper-crd:
|
rancher-gatekeeper-crd:
|
||||||
|
@ -47,4 +47,4 @@ rancher-logging:
|
||||||
sriov:
|
sriov:
|
||||||
- 101.0.2+up0.1.0
|
- 101.0.2+up0.1.0
|
||||||
sriov-crd:
|
sriov-crd:
|
||||||
- 101.0.2+up0.1.0
|
- 101.0.2+up0.1.0
|
Loading…
Reference in New Issue