We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b52b9e commit 93bbc5bCopy full SHA for 93bbc5b
chart/values.yaml
@@ -8,7 +8,7 @@ image:
8
tag: v1.2.0
9
securityScan:
10
repository: rancher/security-scan
11
- tag: v0.4.0
+ tag: v0.4.1
12
sonobuoy:
13
repository: rancher/mirrored-sonobuoy-sonobuoy
14
tag: v0.57.2
@@ -45,7 +45,7 @@ global:
45
clusterName: ""
46
kubectl:
47
repository: rancher/kubectl
48
- tag: v1.29.7
+ tag: v1.29.11
49
50
alerts:
51
enabled: false
hack/make/deps.mk
@@ -4,6 +4,6 @@ GOLANGCI_VERSION = v1.62.2
4
K3D_VERSION = v5.7.5
5
6
# TODO: Bump aligned with Rancher Manager release line
7
-KUBECTL_VERSION = 1.28.12
+KUBECTL_VERSION = 1.29.11
# renovate: datasource=github-release-attachments depName=helm/helm
HELM_VERSION = v3.16.3
0 commit comments