Skip to content

Commit a96700f

Browse files
authored
Merge pull request #29562 from chrischdi/pr-capi-v1-2-fix
kubernetes-sigs/cluster-api pin CAPI v1.2 release upgrade tests to certain versions
2 parents 70af03f + e437612 commit a96700f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/jobs/kubernetes-sigs/cluster-api/cluster-api-periodics-release-1-2-upgrades.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ periodics:
289289
- name: KUBERNETES_VERSION_UPGRADE_FROM
290290
value: "stable-1.23"
291291
- name: KUBERNETES_VERSION_UPGRADE_TO
292-
value: "stable-1.24"
292+
value: "v1.24.13"
293293
- name: ETCD_VERSION_UPGRADE_TO
294294
value: "3.5.3-0"
295295
- name: COREDNS_VERSION_UPGRADE_TO
@@ -338,9 +338,9 @@ periodics:
338338
- "./scripts/ci-e2e.sh"
339339
env:
340340
- name: KUBERNETES_VERSION_UPGRADE_FROM
341-
value: "stable-1.24"
341+
value: "v1.24.13"
342342
- name: KUBERNETES_VERSION_UPGRADE_TO
343-
value: "stable-1.25"
343+
value: "v1.25.9"
344344
- name: ETCD_VERSION_UPGRADE_TO
345345
value: "3.5.4-0"
346346
- name: COREDNS_VERSION_UPGRADE_TO
@@ -389,9 +389,9 @@ periodics:
389389
- "./scripts/ci-e2e.sh"
390390
env:
391391
- name: KUBERNETES_VERSION_UPGRADE_FROM
392-
value: "stable-1.25"
392+
value: "v1.25.9"
393393
- name: KUBERNETES_VERSION_UPGRADE_TO
394-
value: "stable-1.26"
394+
value: "v1.26.4"
395395
- name: ETCD_VERSION_UPGRADE_TO
396396
value: "3.5.6-0"
397397
- name: COREDNS_VERSION_UPGRADE_TO

0 commit comments

Comments
 (0)