Skip to content

Commit 5b3633f

Browse files
committed
unrc chart 7.2.0
1 parent 2d1c2d5 commit 5b3633f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: chart/Chart.yaml

+2-2
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.2.0-rc.2
15+
appVersion: v7.2.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.2.0-rc.2
22+
version: 7.2.0

Diff for: chart/values.yaml

+2-2
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.5-rc.2
8+
tag: v1.3.5
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.3-rc.2
11+
tag: v0.5.3
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2

Diff for: go.mod

+1-1
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-20240924233157-8f384efc8813
14-
github.com/rancher/security-scan v0.5.3-rc.2
14+
github.com/rancher/security-scan v0.5.3
1515
github.com/rancher/wrangler/v3 v3.1.0
1616
github.com/robfig/cron v1.2.0
1717
github.com/sirupsen/logrus v1.9.3

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
227227
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
228228
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU=
229229
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
230-
github.com/rancher/security-scan v0.5.3-rc.2 h1:nRNeA+oaSzmyw8K62EuG9p3Bn9/VI49u0PBxB86M/lE=
231-
github.com/rancher/security-scan v0.5.3-rc.2/go.mod h1:CbRW/Yfk4gZzQ+wxG/J/8yODYt+922nJcH5FILCxdXM=
230+
github.com/rancher/security-scan v0.5.3 h1:znl6qiOT6lnncZfplIkN/+96W3EL5A5hAv/VaVggtj0=
231+
github.com/rancher/security-scan v0.5.3/go.mod h1:CbRW/Yfk4gZzQ+wxG/J/8yODYt+922nJcH5FILCxdXM=
232232
github.com/rancher/wrangler/v3 v3.1.0 h1:8ETBnQOEcZaR6WBmUSysWW7WnERBOiNTMJr4Dj3UG/s=
233233
github.com/rancher/wrangler/v3 v3.1.0/go.mod h1:gUPHS1ANs2NyByfeERHwkGiQ1rlIa8BpTJZtNSgMlZw=
234234
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)