Skip to content

Commit a3954bd

Browse files
authored
Merge pull request #519 from vardhaman22/v1.1/cis-1.9
[release/v1.1] bump kubectl and security-scan
2 parents 9376cac + 2853b4d commit a3954bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: v5.6.0
15+
appVersion: v5.7.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: 5.6.0
22+
version: 5.7.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.1.0
8+
tag: v1.1.1
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.3.0
11+
tag: v0.3.1
1212
sonobuoy:
1313
repository: rancher/mirrored-sonobuoy-sonobuoy
1414
tag: v0.57.2
@@ -47,7 +47,7 @@ global:
4747
enabled: false
4848
kubectl:
4949
repository: rancher/kubectl
50-
tag: v1.28.12
50+
tag: v1.28.15
5151

5252
alerts:
5353
enabled: false

hack/make/deps.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ GOLANGCI_VERSION = v1.62.2
44
K3D_VERSION = v5.7.5
55

66
# TODO: Bump aligned with Rancher Manager release line
7-
KUBECTL_VERSION = 1.28.12
7+
KUBECTL_VERSION = 1.28.15
88
# renovate: datasource=github-release-attachments depName=helm/helm
99
HELM_VERSION = v3.16.3

0 commit comments

Comments
 (0)