Bump security-scan version

New security-scan image has the eks-version fix
pull/1937/head
Vaishnav Gaikwad 2022-06-10 16:09:31 +05:30
parent a1a71551fb
commit 6929fe59ab
6 changed files with 11 additions and 11 deletions

View File

@ -2,21 +2,21 @@ annotations:
catalog.cattle.io/auto-install: rancher-cis-benchmark-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: CIS Benchmark
catalog.cattle.io/kube-version: '>=1.16.0-0'
catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.24.0-0'
catalog.cattle.io/namespace: cis-operator-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/provides-gvr: cis.cattle.io.clusterscans/v1
catalog.cattle.io/rancher-version: '>= 2.6.0-0'
catalog.cattle.io/rancher-version: '>= 2.6.0-0 < 2.7.0-0'
catalog.cattle.io/release-name: rancher-cis-benchmark
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: rancher-cis-benchmark
apiVersion: v1
appVersion: v2.0.5-rc1
appVersion: v2.0.5-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: 2.0.5-rc1
version: 2.0.5-rc2

View File

@ -2,7 +2,7 @@
apiVersion: cis.cattle.io/v1
kind: ClusterScanBenchmark
metadata:
name: eks-1.0
name: eks-1.0.1
spec:
clusterProvider: eks
minKubernetesVersion: "1.15.0"

View File

@ -6,4 +6,4 @@ metadata:
annotations:
clusterscanprofile.cis.cattle.io/builtin: "true"
spec:
benchmarkVersion: eks-1.0
benchmarkVersion: eks-1.0.1

View File

@ -5,10 +5,10 @@
image:
cisoperator:
repository: rancher/cis-operator
tag: v1.0.8
tag: v1.0.9
securityScan:
repository: rancher/security-scan
tag: v0.2.7
tag: v0.2.8-rc1
sonobuoy:
repository: rancher/mirrored-sonobuoy-sonobuoy
tag: v0.53.2

View File

@ -1,5 +1,5 @@
url: local
version: 2.0.5-rc1
version: 2.0.5-rc2
additionalCharts:
- workingDir: charts-crd
crdOptions:

View File

@ -20,6 +20,6 @@ rancher-csp-adapter:
- 0.1.0+up0.1.0-rc8
- 0.1.0+up0.1.0-rc7
rancher-cis-benchmark:
- 2.0.5-rc1
- 2.0.5-rc2
rancher-cis-benchmark-crd:
- 2.0.5-rc1
- 2.0.5-rc2