mirror of https://git.rancher.io/charts
Merge pull request #2215 from doflamingo721/cis-imagepullpolicy-fix
[dev-v2.7] Update cis-operator imagePullPolicypull/2277/head
commit
7736a950d2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -7,4 +7,4 @@ apiVersion: v1
|
|||
description: Installs the CRDs for rancher-cis-benchmark.
|
||||
name: rancher-cis-benchmark-crd
|
||||
type: application
|
||||
version: 3.0.1-rc1
|
||||
version: 3.0.1-rc2
|
|
@ -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.1-rc1
|
||||
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
|
18
index.yaml
18
index.yaml
|
@ -4354,18 +4354,18 @@ entries:
|
|||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
||||
apiVersion: v1
|
||||
appVersion: v3.0.0
|
||||
created: "2022-11-18T16:31:34.061070675+05:30"
|
||||
appVersion: v3.0.1-rc2
|
||||
created: "2022-12-12T13:42:16.494814788+05:30"
|
||||
description: The cis-operator enables running CIS benchmark security scans on
|
||||
a kubernetes cluster
|
||||
digest: 559876a9e831016fddccd7ddc3c10a3db31b26b85fc5291b34132057c190804b
|
||||
digest: e5af7925c0eeddb3d343f148ddc1056d23d8a8823fa2ebb09e076c195921b61a
|
||||
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
|
||||
keywords:
|
||||
- security
|
||||
name: rancher-cis-benchmark
|
||||
urls:
|
||||
- assets/rancher-cis-benchmark/rancher-cis-benchmark-3.0.1-rc1.tgz
|
||||
version: 3.0.1-rc1
|
||||
- assets/rancher-cis-benchmark/rancher-cis-benchmark-3.0.1-rc2.tgz
|
||||
version: 3.0.1-rc2
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -4712,14 +4712,14 @@ entries:
|
|||
catalog.cattle.io/namespace: cis-operator-system
|
||||
catalog.cattle.io/release-name: rancher-cis-benchmark-crd
|
||||
apiVersion: v1
|
||||
created: "2022-11-18T16:31:34.066890776+05:30"
|
||||
created: "2022-12-12T13:42:16.49691817+05:30"
|
||||
description: Installs the CRDs for rancher-cis-benchmark.
|
||||
digest: 5f4a9423e58a63c465d50d3c4bee2295ca39424edaaab93ed576bb20572302e2
|
||||
digest: 6f532082abfc48dc24ffb49df41d8101f788069c0c6a82612fb5b44c3ca38a57
|
||||
name: rancher-cis-benchmark-crd
|
||||
type: application
|
||||
urls:
|
||||
- assets/rancher-cis-benchmark-crd/rancher-cis-benchmark-crd-3.0.1-rc1.tgz
|
||||
version: 3.0.1-rc1
|
||||
- assets/rancher-cis-benchmark-crd/rancher-cis-benchmark-crd-3.0.1-rc2.tgz
|
||||
version: 3.0.1-rc2
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -43,9 +43,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:
|
||||
|
@ -55,4 +55,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