File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ RUN apk add curl grep
4444# * also update in init-cluster.sh. vars.tf, ApplicationConfigurator.groovy and apply.sh
4545# When upgrading to 1.26 we can verify the kubectl signature with cosign!
4646# https://kubernetes.io/blog/2022/12/12/kubernetes-release-artifact-signing/
47- ARG K8S_VERSION=1.29.1
48- ARG KUBECTL_CHECKSUM=69ab3a931e826bf7ac14d38ba7ca637d66a6fcb1ca0e3333a2cafdf15482af9f
47+ ARG K8S_VERSION=1.29.8
48+ ARG KUBECTL_CHECKSUM=038454e0d79748aab41668f44ca6e4ac8affd1895a94f592b9739a0ae2a5f06a
4949# When updating, also upgrade helm image in ApplicationConfigurator
5050ARG HELM_VERSION=3.15.4
5151# bash curl unzip required for Jenkins downloader
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ k3d cluster create gitops-playground \
114114 # Mount port for ingress
115115 -p 80:80@server:0:direct \
116116 # Pin image for reproducibility
117- --image=rancher/k3s:v1.29.1 -k3s2 \
117+ --image=rancher/k3s:v1.29.8 -k3s2 \
118118 # Disable built-in ingress controller, because we want to use the same one locally and in prod
119119 --k3s-arg=--disable=traefik@server:0 \
120120 # Allow node ports < 30000
Original file line number Diff line number Diff line change 44# This variable is also read in Jenkinsfile
55K3D_VERSION=5.6.0
66# When updating please also adapt in Dockerfile, vars.tf and ApplicationConfigurator.groovy
7- K8S_VERSION=1.29.1
8- K3S_VERSION=" rancher/k3s:v${K8S_VERSION} -k3s2 "
7+ K8S_VERSION=1.29.8
8+ K3S_VERSION=" rancher/k3s:v${K8S_VERSION} -k3s1 "
99
1010set -o errexit
1111set -o nounset
You can’t perform that action at this time.
0 commit comments