Skip to content

Commit 8218ab6

Browse files
authored
Merge pull request #414 from vardhaman22/bump-kubectl
[release/v1.3] bump kubectl, security-scan and chart version
2 parents 1151c64 + ee6940e commit 8218ab6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.0.0-rc.2
15+
appVersion: v7.0.0-rc.3
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.2
22+
version: 7.0.0-rc.3

chart/values.yaml

+3-3
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.1
8+
tag: v1.3.0-rc.2
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.0-rc.1
11+
tag: v0.5.0-rc.2
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.5
48+
tag: v1.30.6
4949

5050
alerts:
5151
enabled: false

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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ github.com/rancher/kubernetes-provider-detector v0.1.5 h1:hWRAsWuJOemzGjz/XrbTlM
233233
github.com/rancher/kubernetes-provider-detector v0.1.5/go.mod h1:ypuJS7kP7rUiAn330xG46mj+Nhvym05GM8NqMVekpH0=
234234
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 h1:V/LY8pUHZG9Kc+xEDWDOryOnCU6/Q+Lsr9QQEQnshpU=
235235
github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813/go.mod h1:IxgTBO55lziYhTEETyVKiT8/B5Rg92qYiRmcIIYoPgI=
236-
github.com/rancher/security-scan v0.5.0-rc.1 h1:d5CKfbBG+ocFXrjflKHuGfPGm/h1NOdQido1D5Wx9og=
237-
github.com/rancher/security-scan v0.5.0-rc.1/go.mod h1:aUKLBmv5OiWqDzcKExdhdtKsj1FGFxsCpVTYQ8dKI20=
236+
github.com/rancher/security-scan v0.5.0-rc.2 h1:sqnSl/9fRzAh7bT5M1+VclaBOQunnotBodzLYEmfq9Q=
237+
github.com/rancher/security-scan v0.5.0-rc.2/go.mod h1:aUKLBmv5OiWqDzcKExdhdtKsj1FGFxsCpVTYQ8dKI20=
238238
github.com/rancher/wrangler/v3 v3.0.0 h1:IHHCA+vrghJDPxjtLk4fmeSCFhNe9fFzLFj3m2B0YpA=
239239
github.com/rancher/wrangler/v3 v3.0.0/go.mod h1:Dfckuuq7MJk2JWVBDywRlZXMxEyPxHy4XqGrPEzu5Eg=
240240
github.com/robfig/cron v1.2.0 h1:ZjScXvvxeQ63Dbyxy76Fj3AT3Ut0aKsyd2/tl3DTMuQ=

0 commit comments

Comments
 (0)