File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export CAPI_VERSION=${CAPI_VERSION:-"v1beta1"}
2626export CAPM3_VERSION=${CAPM3_VERSION:- " v1beta1" }
2727export NUM_NODES=${NUM_NODES:- " 4" }
2828export KUBERNETES_VERSION=${FROM_K8S_VERSION}
29+ export KUBECTL_SHA256=${KUBECTL_SHA256}
2930export IMAGE_OS=${IMAGE_OS}
3031export FORCE_REPO_UPDATE="false"
3132EOF
Original file line number Diff line number Diff line change 5050
5151export FROM_K8S_VERSION=${FROM_K8S_VERSION:- " v1.24.9" }
5252export KUBERNETES_VERSION=${KUBERNETES_VERSION:- " v1.25.2" }
53+ # NOTE: kubectl sha256 must match the provided FROM_K8S_VERSION in release-1.3, and must be
54+ # provided in JJB for upgrade tests where version is different from the default
55+ export KUBECTL_SHA256=" ${KUBECTL_SHA256:- 7e13f33b7379b6c25c3ae055e4389eb3eef168e563f37b5c5f1be672e46b686e} "
5356
5457# Can be overriden from jjbs
5558export CAPI_VERSION=${CAPI_VERSION:- " v1beta1" }
You can’t perform that action at this time.
0 commit comments