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
44
44
# * also update in init-cluster.sh. vars.tf, ApplicationConfigurator.groovy and apply.sh
45
45
# When upgrading to 1.26 we can verify the kubectl signature with cosign!
46
46
# 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
49
49
# When updating, also upgrade helm image in ApplicationConfigurator
50
50
ARG HELM_VERSION=3.15.4
51
51
# 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 \
114
114
# Mount port for ingress
115
115
-p 80:80@server:0:direct \
116
116
# Pin image for reproducibility
117
- --image=rancher/k3s:v1.29.1 -k3s2 \
117
+ --image=rancher/k3s:v1.29.8 -k3s2 \
118
118
# Disable built-in ingress controller, because we want to use the same one locally and in prod
119
119
--k3s-arg=--disable=traefik@server:0 \
120
120
# Allow node ports < 30000
Original file line number Diff line number Diff line change 4
4
# This variable is also read in Jenkinsfile
5
5
K3D_VERSION=5.6.0
6
6
# 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 "
9
9
10
10
set -o errexit
11
11
set -o nounset
You can’t perform that action at this time.
0 commit comments