Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e4fe292

Browse files
committed
Merge branch 'cprivitere/issue403' of https://github.com/cprivitere/cluster-api-provider-packet into cprivitere/issue403
2 parents 807badd + c52c620 commit e4fe292

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

test/e2e/config/packet-ci-actions.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ providers:
3131
new: --metrics-addr=:8080
3232
files:
3333
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
34-
- name: v1.1.3 # latest published release in the v1beta1 series
35-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/core-components.yaml"
34+
- name: v1.1.5 # latest published release in the v1beta1 series
35+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/core-components.yaml"
3636
type: "url"
3737
contract: v1beta1
3838
replacements:
@@ -62,8 +62,8 @@ providers:
6262
new: --metrics-addr=:8080
6363
files:
6464
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
65-
- name: v1.1.3 # latest published release in the v1beta1 series
66-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/bootstrap-components.yaml"
65+
- name: v1.1.5 # latest published release in the v1beta1 series
66+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/bootstrap-components.yaml"
6767
type: "url"
6868
contract: v1beta1
6969
replacements:
@@ -93,8 +93,8 @@ providers:
9393
new: --metrics-addr=:8080
9494
files:
9595
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
96-
- name: v1.1.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.3/control-plane-components.yaml"
96+
- name: v1.1.5 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
97+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.1.5/control-plane-components.yaml"
9898
type: "url"
9999
contract: v1beta1
100100
replacements:
@@ -139,12 +139,12 @@ providers:
139139
- sourcePath: "../data/v1beta1/cluster-template-kcp-remediation.yaml"
140140

141141
variables:
142-
KUBERNETES_VERSION_MANAGEMENT: "v1.23.3"
143-
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.23.3}"
144-
KUBERNETES_VERSION_UPGRADE_FROM: "v1.22.4"
145-
KUBERNETES_VERSION_UPGRADE_TO: "v1.23.3"
146-
ETCD_VERSION_UPGRADE_TO: "3.5.1-0"
147-
COREDNS_VERSION_UPGRADE_TO: "v1.8.4"
142+
KUBERNETES_VERSION_MANAGEMENT: "v1.24.0"
143+
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.24.0}"
144+
KUBERNETES_VERSION_UPGRADE_FROM: "v1.23.6"
145+
KUBERNETES_VERSION_UPGRADE_TO: "v1.24.0"
146+
ETCD_VERSION_UPGRADE_TO: "3.5.3-0"
147+
COREDNS_VERSION_UPGRADE_TO: "v1.8.6"
148148

149149
# Infra provider specific variables
150150
NODE_OS: "ubuntu_18_04"

0 commit comments

Comments
 (0)