Skip to content

Commit b415325

Browse files
unrc the chart
also downgraded kubectl to the released version
1 parent b98c437 commit b415325

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ annotations:
1212
catalog.cattle.io/type: cluster-tool
1313
catalog.cattle.io/ui-component: rancher-cis-benchmark
1414
apiVersion: v1
15-
appVersion: v7.0.0-rc.3
15+
appVersion: v7.0.0
1616
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
1717
cluster
1818
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
1919
keywords:
2020
- security
2121
name: rancher-cis-benchmark
22-
version: 7.0.0-rc.3
22+
version: 7.0.0

chart/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
image:
66
cisoperator:
77
repository: rancher/cis-operator
8-
tag: v1.3.0-rc.2
8+
tag: v1.3.0
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.0-rc.2
11+
tag: v0.5.0
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2
@@ -45,7 +45,7 @@ global:
4545
clusterName: ""
4646
kubectl:
4747
repository: rancher/kubectl
48-
tag: v1.30.6
48+
tag: v1.30.5
4949

5050
alerts:
5151
enabled: false

0 commit comments

Comments
 (0)