Skip to content

Commit 93bbc5b

Browse files
committed
bump security-scan and kubectl
1 parent 3b52b9e commit 93bbc5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
tag: v1.2.0
99
securityScan:
1010
repository: rancher/security-scan
11-
tag: v0.4.0
11+
tag: v0.4.1
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.29.7
48+
tag: v1.29.11
4949

5050
alerts:
5151
enabled: false

hack/make/deps.mk

+1-1
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.29.11
88
# renovate: datasource=github-release-attachments depName=helm/helm
99
HELM_VERSION = v3.16.3

0 commit comments

Comments
 (0)