File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ GCP_B64ENCODED_CREDENTIALS=$(base64 -w0 "$GOOGLE_APPLICATION_CREDENTIALS")
46
46
export GCP_B64ENCODED_CREDENTIALS
47
47
export KUBERNETES_MAJOR_VERSION=" 1"
48
48
export KUBERNETES_MINOR_VERSION=" 25"
49
- export KUBERNETES_PATCH_VERSION=" 10 "
49
+ export KUBERNETES_PATCH_VERSION=" 7 "
50
50
export KUBERNETES_VERSION=" v${KUBERNETES_MAJOR_VERSION} .${KUBERNETES_MINOR_VERSION} .${KUBERNETES_PATCH_VERSION} "
51
51
# using prebuilt image from image-builder project the image is built everyday and the job is available here https://prow.k8s.io/?job=periodic-image-builder-gcp-all-nightly
52
52
export IMAGE_ID=" projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-${KUBERNETES_VERSION// [.+]/ -} -nightly"
53
53
54
54
init_image () {
55
55
if [[ " ${REUSE_OLD_IMAGES:- false} " == " true" ]]; then
56
56
image=$( gcloud compute images list --project " $GCP_PROJECT " \
57
- --no-standard-images --filter=" family:capi-ubuntu-1804 -k8s-v${KUBERNETES_MAJOR_VERSION} -${KUBERNETES_MINOR_VERSION} " --format=" table[no-heading](name)" )
57
+ --no-standard-images --filter=" family:capi-ubuntu-2004 -k8s-v${KUBERNETES_MAJOR_VERSION} -${KUBERNETES_MINOR_VERSION} " --format=" table[no-heading](name)" )
58
58
if [[ -n " $image " ]]; then
59
59
return
60
60
fi
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ GCP_B64ENCODED_CREDENTIALS=$(base64 "$GOOGLE_APPLICATION_CREDENTIALS" | tr -d '\
49
49
export GCP_B64ENCODED_CREDENTIALS
50
50
export KUBERNETES_MAJOR_VERSION=" 1"
51
51
export KUBERNETES_MINOR_VERSION=" 25"
52
- export KUBERNETES_PATCH_VERSION=" 10 "
52
+ export KUBERNETES_PATCH_VERSION=" 7 "
53
53
export KUBERNETES_VERSION=" v${KUBERNETES_MAJOR_VERSION} .${KUBERNETES_MINOR_VERSION} .${KUBERNETES_PATCH_VERSION} "
54
54
# using prebuilt image from image-builder project the image is built everyday and the job is available here https://prow.k8s.io/?job=periodic-image-builder-gcp-all-nightly
55
55
export IMAGE_ID=" projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-${KUBERNETES_VERSION// [.+]/ -} -nightly"
56
56
57
57
init_image () {
58
58
if [[ " ${REUSE_OLD_IMAGES:- false} " == " true" ]]; then
59
59
image=$( gcloud compute images list --project " $GCP_PROJECT " \
60
- --no-standard-images --filter=" family:capi-ubuntu-1804 -k8s-v${KUBERNETES_MAJOR_VERSION} -${KUBERNETES_MINOR_VERSION} " --format=" table[no-heading](name)" )
60
+ --no-standard-images --filter=" family:capi-ubuntu-2004 -k8s-v${KUBERNETES_MAJOR_VERSION} -${KUBERNETES_MINOR_VERSION} " --format=" table[no-heading](name)" )
61
61
if [[ -n " $image " ]]; then
62
62
return
63
63
fi
Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ providers:
73
73
- sourcePath : " ${PWD}/test/e2e/data/infrastructure-gcp/cluster-template-ci-gke-autopilot.yaml"
74
74
75
75
variables :
76
- KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25.10 }"
76
+ KUBERNETES_VERSION : " ${KUBERNETES_VERSION:-v1.25.7 }"
77
77
ETCD_VERSION_UPGRADE_TO : " 3.5.1-0"
78
78
COREDNS_VERSION_UPGRADE_TO : " v1.8.6"
79
- KUBERNETES_IMAGE_UPGRADE_FROM : " projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-v1-24-14 -nightly"
80
- KUBERNETES_IMAGE_UPGRADE_TO : " projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-v1-25-10 -nightly"
79
+ KUBERNETES_IMAGE_UPGRADE_FROM : " projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-v1-24-11 -nightly"
80
+ KUBERNETES_IMAGE_UPGRADE_TO : " projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-2004-v1-25-7 -nightly"
81
81
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO : " cp-k8s-upgrade-and-conformance"
82
82
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO : " worker-k8s-upgrade-and-conformance"
83
- KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-v1.25.10 }"
84
- KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-v1.24.14 }"
83
+ KUBERNETES_VERSION_UPGRADE_TO : " ${KUBERNETES_VERSION_UPGRADE_TO:-v1.25.7 }"
84
+ KUBERNETES_VERSION_UPGRADE_FROM : " ${KUBERNETES_VERSION_UPGRADE_FROM:-v1.24.11 }"
85
85
EXP_CLUSTER_RESOURCE_SET : " true"
86
86
CLUSTER_TOPOLOGY : " true"
87
87
# Cluster Addons
You can’t perform that action at this time.
0 commit comments