mirror of https://git.rancher.io/charts
Update rancher-cis-benchmark to 2.0.1
parent
33db418568
commit
8a669ab826
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: v1.0.5
|
appVersion: v1.0.6
|
||||||
description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster
|
description: The cis-operator enables running CIS benchmark security scans on a kubernetes cluster
|
||||||
name: rancher-cis-benchmark
|
name: rancher-cis-benchmark
|
||||||
version: 1.0.6
|
version: 1.0.6
|
||||||
|
@ -16,3 +16,4 @@ annotations:
|
||||||
catalog.cattle.io/display-name: "CIS Benchmark"
|
catalog.cattle.io/display-name: "CIS Benchmark"
|
||||||
catalog.cattle.io/os: linux
|
catalog.cattle.io/os: linux
|
||||||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||||
|
catalog.cattle.io/rancher-version: ">= 2.6.0"
|
||||||
|
|
|
@ -5,13 +5,13 @@
|
||||||
image:
|
image:
|
||||||
cisoperator:
|
cisoperator:
|
||||||
repository: rancher/cis-operator
|
repository: rancher/cis-operator
|
||||||
tag: v1.0.5
|
tag: v1.0.6-rc1
|
||||||
securityScan:
|
securityScan:
|
||||||
repository: rancher/security-scan
|
repository: rancher/security-scan
|
||||||
tag: v0.2.3
|
tag: v0.2.4-rc1
|
||||||
sonobuoy:
|
sonobuoy:
|
||||||
repository: rancher/mirrored-sonobuoy-sonobuoy
|
repository: rancher/mirrored-sonobuoy-sonobuoy
|
||||||
tag: v0.16.3
|
tag: v0.53.2
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: local
|
url: local
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
Loading…
Reference in New Issue