Skip to content

Commit

Permalink
bump cis-operator,security-scan and chart version
Browse files Browse the repository at this point in the history
also bumped sonobuoy and kubectl version
  • Loading branch information
vardhaman22 committed Feb 28, 2025
1 parent 64c8249 commit b36b788
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ annotations:
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: rancher-cis-benchmark
apiVersion: v1
appVersion: v7.3.0
appVersion: v7.4.0-rc.1
description: The cis-operator enables running CIS benchmark security scans on a kubernetes
cluster
icon: https://charts.rancher.io/assets/logos/cis-kube-bench.svg
keywords:
- security
name: rancher-cis-benchmark
version: 7.3.0
version: 7.4.0-rc.1
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
image:
cisoperator:
repository: rancher/cis-operator
tag: v1.3.6
tag: v1.3.7-rc.1
securityScan:
repository: rancher/security-scan
tag: v0.5.4
tag: v0.5.5-rc.1
sonobuoy:
repository: rancher/mirrored-sonobuoy-sonobuoy
tag: v0.57.2
tag: v0.57.3

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down Expand Up @@ -45,7 +45,7 @@ global:
clusterName: ""
kubectl:
repository: rancher/kubectl
tag: v1.30.7
tag: v1.30.10

alerts:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion hack/make/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ GOLANGCI_VERSION = v1.64.5
# renovate: datasource=github-release-attachments depName=k3d-io/k3d
K3D_VERSION = v5.8.3

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

0 comments on commit b36b788

Please sign in to comment.