Skip to content

Commit 1d3f9f8

Browse files
authored
Merge pull request #450 from vardhaman-surana/1.2-unrc-chart
[release/v1.2] unrc the chart
2 parents 312cac3 + 163789a commit 1d3f9f8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: v6.4.0-rc.2
15+
appVersion: v6.4.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: 6.4.0-rc.2
22+
version: 6.4.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.2.0-rc.2
8+
tag: v1.2.0
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.4.0-rc.2
11+
tag: v0.4.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.29.10
48+
tag: v1.29.7
4949

5050
alerts:
5151
enabled: false

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/prometheus/client_golang v1.20.5
1212
github.com/rancher/kubernetes-provider-detector v0.1.5
1313
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289
14-
github.com/rancher/security-scan v0.4.0-rc.2
14+
github.com/rancher/security-scan v0.4.0
1515
github.com/robfig/cron v1.2.0
1616
github.com/sirupsen/logrus v1.9.3
1717
github.com/urfave/cli v1.22.16

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
211211
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
212212
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289 h1:gbV7qLOcEgyTgep2ocl8FFhfGOUMQuvfV5OIIENHWT4=
213213
github.com/rancher/lasso v0.0.0-20240828170735-d79536cac289/go.mod h1:Efx/+BbH3ivmnTPLu5cA3Gc9wT5oyGS0LBcqEuYTx+A=
214-
github.com/rancher/security-scan v0.4.0-rc.2 h1:bcY5MRvjg83cWgw6LnfbC4MSXXFBjsJPo5HkWoKeJ9E=
215-
github.com/rancher/security-scan v0.4.0-rc.2/go.mod h1:aUKLBmv5OiWqDzcKExdhdtKsj1FGFxsCpVTYQ8dKI20=
214+
github.com/rancher/security-scan v0.4.0 h1:UEj2W5TAe0yyc4e1WXa2MIKPoR2Yjm0UmVZ+ivwwztM=
215+
github.com/rancher/security-scan v0.4.0/go.mod h1:aUKLBmv5OiWqDzcKExdhdtKsj1FGFxsCpVTYQ8dKI20=
216216
github.com/rancher/wrangler v1.1.2 h1:oXbXo9k7y/H4drUpb4RM1c++vT9O3rpoNEfyusGykiU=
217217
github.com/rancher/wrangler v1.1.2/go.mod h1:2k9MyhlBdjcutcBGoOJSUAz0HgDAXnMjv81d3n/AaQc=
218218
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)