File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
5050alerts :
5151 enabled : false
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ GOLANGCI_VERSION = v1.64.8
44K3D_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
99HELM_VERSION = v3.17.2
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments