File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
internal/controllers/testdata Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1717 CONTROLLER_IMAGE_VERSION : v0.0.1
1818 PULL_POLICY : Never
1919 CERT_MANAGER_VERSION : v1.16.3
20- RANCHER_VERSION : v2.12.1
20+ RANCHER_VERSION : v2.12.3
2121
2222jobs :
2323 prime-test :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ annotations:
1818 catalog.cattle.io/namespace : rancher-turtles-system
1919 catalog.cattle.io/os : linux
2020 catalog.cattle.io/permits-os : linux
21- catalog.cattle.io/rancher-version : ' >= 2.12.1 -0 < 2.13.0-0'
21+ catalog.cattle.io/rancher-version : ' >= 2.12.3 -0 < 2.13.0-0'
2222 catalog.cattle.io/release-name : rancher-turtles
2323 catalog.cattle.io/scope : management
2424 catalog.cattle.io/type : cluster-tool
Original file line number Diff line number Diff line change 11module github.com/rancher/turtles/examples
22
3- go 1.24.4
3+ go 1.24.9
44
55require (
66 github.com/agnivade/levenshtein v1.2.1
Original file line number Diff line number Diff line change 11module github.com/rancher/turtles/exp/clusterclass
22
3- go 1.24.4
3+ go 1.24.9
44
55require (
66 github.com/go-logr/logr v1.4.3
Original file line number Diff line number Diff line change 11module github.com/rancher/turtles/exp/day2
22
3- go 1.24.4
3+ go 1.24.9
44
55replace github.com/rancher/turtles => ../..
66
Original file line number Diff line number Diff line change 11module github.com/rancher/turtles
22
3- go 1.24.4
3+ go 1.24.9
44
55require (
66 github.com/blang/semver/v4 v4.0.0
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ spec:
192192 value : 726f86e0-b3bc-41f1-9757-8a0ee24560f4
193193 - name : CATTLE_INGRESS_IP_DOMAIN
194194 value : sslip.io
195- image : rancher/rancher-agent:v2.12.1
195+ image : rancher/rancher-agent:v2.12.3
196196 volumeMounts :
197197 - name : cattle-credentials
198198 mountPath : /cattle-credentials
Original file line number Diff line number Diff line change 2424
2525RANCHER_CHANNEL=${RANCHER_CHANNEL:- latest}
2626RANCHER_PASSWORD=${RANCHER_PASSWORD:- rancheradmin}
27- RANCHER_VERSION=${RANCHER_VERSION:- v2.12.1 }
27+ RANCHER_VERSION=${RANCHER_VERSION:- v2.12.3 }
2828RANCHER_IMAGE=${RANCHER_IMAGE:- rancher/ rancher: $RANCHER_VERSION }
2929CLUSTER_NAME=${CLUSTER_NAME:- capi-test}
3030DAY2_CONTROLLER_IMAGE=${DAY2_CONTROLLER_IMAGE:- ghcr.io/ rancher/ turtles}
Original file line number Diff line number Diff line change 1818set -e
1919
2020RANCHER_CHANNEL=${RANCHER_CHANNEL:- latest}
21- RANCHER_VERSION=${RANCHER_VERSION:- v2.12.1 }
21+ RANCHER_VERSION=${RANCHER_VERSION:- v2.12.3 }
2222RANCHER_IMAGE=${RANCHER_IMAGE:- rancher/ rancher: $RANCHER_VERSION }
2323RANCHER_CLUSTER_NAME=${RANCHER_CLUSTER_NAME:- rancher-cluster}
2424RANCHER_TURTLES_VERSION=${RANCHER_TURTLES_VERSION:- v0.23.0}
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Most notable ones:
163163
164164``` yaml
165165variables :
166- RANCHER_VERSION : " v2.12.1 " # Default rancher version to install
166+ RANCHER_VERSION : " v2.12.3 " # Default rancher version to install
167167 RANCHER_HOSTNAME : " localhost" # Your ngrok domain
168168 NGROK_API_KEY : " " # Key and token values for establishing ingress
169169 NGROK_AUTHTOKEN : " "
You can’t perform that action at this time.
0 commit comments