Skip to content

Commit 7a3d730

Browse files
committed
bumped kubectl and k3s version
1 parent 7fbe294 commit 7a3d730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ global:
4545
clusterName: ""
4646
kubectl:
4747
repository: rancher/kubectl
48-
tag: v1.29.14
48+
tag: v1.29.15
4949

5050
alerts:
5151
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.64.8
44
K3D_VERSION = v5.8.3
55

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

tests/Dockerfile.k3s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This image is solely used for testing purposes
22
# and aims to wrap around k3s, making any needed
33
# changes for the cis-operator tests to work.
4-
FROM rancher/k3s:v1.32.2-k3s1
4+
FROM rancher/k3s:v1.32.3-k3s1
55

66
# Upstream does not have files /etc/passwd nor /etc/group
77
# which causes cis-operator to fail when scheduling a

0 commit comments

Comments
 (0)