Skip to content

Commit b60e250

Browse files
committed
bump cis-operator,security-scan and chart version
also bumped sonobuoy and kubectl version
1 parent de9c9fb commit b60e250

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.3.0
15+
appVersion: v7.4.0-rc.1
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.3.0
22+
version: 7.4.0-rc.1

chart/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
image:
66
cisoperator:
77
repository: rancher/cis-operator
8-
tag: v1.3.6
8+
tag: v1.3.7-rc.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.5.4
11+
tag: v0.5.5-rc.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
14-
tag: v0.57.2
14+
tag: v0.57.3
1515

1616
resources: {}
1717
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -45,7 +45,7 @@ global:
4545
clusterName: ""
4646
kubectl:
4747
repository: rancher/kubectl
48-
tag: v1.30.7
48+
tag: v1.30.10
4949

5050
alerts:
5151
enabled: false

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ GOLANGCI_VERSION = v1.64.6
33
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
44
K3D_VERSION = v5.8.3
55

6-
KUBECTL_VERSION = 1.30.7
6+
KUBECTL_VERSION = 1.30.10
77
# renovate: datasource=github-release-attachments depName=helm/helm
88
HELM_VERSION = v3.17.1

0 commit comments

Comments
 (0)