mirror of https://git.rancher.io/charts
Merge pull request #2201 from vardhaman22/vardhaman/non-rc-cis-chart
Update rancher-cis-benchmark chart to non-rc version v3.0.0pull/2208/head
commit
2160a1d98c
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.0-rc9
|
||||
version: 3.0.0
|
|
@ -19,4 +19,4 @@ icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
|
|||
keywords:
|
||||
- security
|
||||
name: rancher-cis-benchmark
|
||||
version: 3.0.0-rc9
|
||||
version: 3.0.0
|
|
@ -5,10 +5,10 @@
|
|||
image:
|
||||
cisoperator:
|
||||
repository: rancher/cis-operator
|
||||
tag: v1.0.10-rc2
|
||||
tag: v1.0.10
|
||||
securityScan:
|
||||
repository: rancher/security-scan
|
||||
tag: v0.2.9-rc6
|
||||
tag: v0.2.9
|
||||
sonobuoy:
|
||||
repository: rancher/mirrored-sonobuoy-sonobuoy
|
||||
tag: v0.56.7
|
16
index.yaml
16
index.yaml
|
@ -3563,17 +3563,17 @@ entries:
|
|||
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
||||
apiVersion: v1
|
||||
appVersion: v3.0.0
|
||||
created: "2022-10-19T18:02:54.367675137+02:00"
|
||||
created: "2022-11-09T14:59:30.865159874+05:30"
|
||||
description: The cis-operator enables running CIS benchmark security scans on
|
||||
a kubernetes cluster
|
||||
digest: b14e6d786bfacf4564a887f9eff7756baa026137af6aa023c9ee861cda60e307
|
||||
digest: ac2050eb28343f085cee503cce5309c0a49c8c09d484d053d84345012d2a9b36
|
||||
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.0-rc9.tgz
|
||||
version: 3.0.0-rc9
|
||||
- assets/rancher-cis-benchmark/rancher-cis-benchmark-3.0.0.tgz
|
||||
version: 3.0.0
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -3894,14 +3894,14 @@ entries:
|
|||
catalog.cattle.io/namespace: cis-operator-system
|
||||
catalog.cattle.io/release-name: rancher-cis-benchmark-crd
|
||||
apiVersion: v1
|
||||
created: "2022-10-19T18:02:54.370026036+02:00"
|
||||
created: "2022-11-09T14:59:30.871733061+05:30"
|
||||
description: Installs the CRDs for rancher-cis-benchmark.
|
||||
digest: 7371a4517a08946470fafb5c8eae1d0d80a700ce0fe08ceae26836c490e1d9e5
|
||||
digest: dea12d3425cfd18f030b330f76c4786a47c4b89b34e6ca32a05679f1cf5b0f5d
|
||||
name: rancher-cis-benchmark-crd
|
||||
type: application
|
||||
urls:
|
||||
- assets/rancher-cis-benchmark-crd/rancher-cis-benchmark-crd-3.0.0-rc9.tgz
|
||||
version: 3.0.0-rc9
|
||||
- assets/rancher-cis-benchmark-crd/rancher-cis-benchmark-crd-3.0.0.tgz
|
||||
version: 3.0.0
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
image:
|
||||
cisoperator:
|
||||
repository: rancher/cis-operator
|
||||
tag: v1.0.10-rc2
|
||||
tag: v1.0.10
|
||||
securityScan:
|
||||
repository: rancher/security-scan
|
||||
tag: v0.2.9-rc6
|
||||
tag: v0.2.9
|
||||
sonobuoy:
|
||||
repository: rancher/mirrored-sonobuoy-sonobuoy
|
||||
tag: v0.56.7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: local
|
||||
version: 3.0.0-rc9
|
||||
version: 3.0.0
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
|
@ -35,9 +35,9 @@ rancher-backup:
|
|||
rancher-backup-crd:
|
||||
- 3.0.0
|
||||
rancher-cis-benchmark:
|
||||
- 3.0.0-rc9
|
||||
- 3.0.0
|
||||
rancher-cis-benchmark-crd:
|
||||
- 3.0.0-rc9
|
||||
- 3.0.0
|
||||
rancher-csp-adapter:
|
||||
- 2.0.0
|
||||
rancher-eks-operator:
|
||||
|
|
Loading…
Reference in New Issue