mirror of https://git.rancher.io/charts
add eks 1.2.0 and bump chart version
parent
f4ffe18687
commit
ab8b887c7d
|
@ -12,11 +12,11 @@ annotations:
|
|||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-cis-benchmark
|
||||
apiVersion: v1
|
||||
appVersion: v5.1.0-rc1
|
||||
appVersion: v5.1.0-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: 5.1.0-rc1
|
||||
version: 5.1.0-rc2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
apiVersion: cis.cattle.io/v1
|
||||
kind: ClusterScanBenchmark
|
||||
metadata:
|
||||
name: eks-1.0.1
|
||||
name: eks-1.2.0
|
||||
spec:
|
||||
clusterProvider: eks
|
||||
minKubernetesVersion: "1.15.0"
|
|
@ -6,4 +6,4 @@ metadata:
|
|||
annotations:
|
||||
clusterscanprofile.cis.cattle.io/builtin: "true"
|
||||
spec:
|
||||
benchmarkVersion: eks-1.0.1
|
||||
benchmarkVersion: eks-1.2.0
|
|
@ -1,5 +1,5 @@
|
|||
url: local
|
||||
version: 5.1.0-rc1
|
||||
version: 5.1.0-rc2
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
|
@ -30,3 +30,9 @@ ui-plugin-operator:
|
|||
- 103.0.2+up0.2.1
|
||||
ui-plugin-operator-crd:
|
||||
- 103.0.2+up0.2.1
|
||||
rancher-cis-benchmark:
|
||||
- 5.1.0-rc1
|
||||
- 5.1.0-rc2
|
||||
rancher-cis-benchmark-crd:
|
||||
- 5.1.0-rc1
|
||||
- 5.1.0-rc2
|
||||
|
|
Loading…
Reference in New Issue