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