Skip to content

Commit

Permalink
update k8s version to v1.22.6
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Mar 11, 2022
1 parent 0d87db9 commit ee434d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ settings = {
"kind_cluster_name": "capg",
"capi_version": "v1.0.5",
"cert_manager_version": "v1.1.0",
"kubernetes_version": "v1.21.4",
"kubernetes_version": "v1.22.6",
}

keys = ["GCP_B64ENCODED_CREDENTIALS"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-conformance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export GCP_NETWORK_NAME=${GCP_NETWORK_NAME:-"${TEST_NAME}-mynetwork"}
export GCP_B64ENCODED_CREDENTIALS=$(base64 -w0 "$GOOGLE_APPLICATION_CREDENTIALS")
export KUBERNETES_MAJOR_VERSION="1"
export KUBERNETES_MINOR_VERSION="22"
export KUBERNETES_PATCH_VERSION="3"
export KUBERNETES_PATCH_VERSION="6"
export KUBERNETES_VERSION="v${KUBERNETES_MAJOR_VERSION}.${KUBERNETES_MINOR_VERSION}.${KUBERNETES_PATCH_VERSION}"
# 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
export IMAGE_ID="projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-1804-${KUBERNETES_VERSION//[.+]/-}-nightly"
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export TEST_NAME=${CLUSTER_NAME:-"capg-${RANDOM}"}
export GCP_NETWORK_NAME=${GCP_NETWORK_NAME:-"${TEST_NAME}-mynetwork"}
export GCP_B64ENCODED_CREDENTIALS=$(base64 -w0 "$GOOGLE_APPLICATION_CREDENTIALS")
export KUBERNETES_MAJOR_VERSION="1"
export KUBERNETES_MINOR_VERSION="20"
export KUBERNETES_PATCH_VERSION="9"
export KUBERNETES_MINOR_VERSION="22"
export KUBERNETES_PATCH_VERSION="6"
export KUBERNETES_VERSION="v${KUBERNETES_MAJOR_VERSION}.${KUBERNETES_MINOR_VERSION}.${KUBERNETES_PATCH_VERSION}"
# 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
export IMAGE_ID="projects/k8s-staging-cluster-api-gcp/global/images/cluster-api-ubuntu-1804-${KUBERNETES_VERSION//[.+]/-}-nightly"
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/config/gcp-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ providers:
targetName: "cluster-template-conformance-ci-artifacts.yaml"

variables:
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.20.9}"
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.22.6}"
EXP_CLUSTER_RESOURCE_SET: "true"
# Cluster Addons
CNI: "${PWD}/test/e2e/data/cni/calico/calico.yaml"
GCP_CONTROL_PLANE_MACHINE_TYPE: n1-standard-2
GCP_NODE_MACHINE_TYPE: n1-standard-2
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "v1.22.3"
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "v1.22.6"
CONFORMANCE_WORKER_MACHINE_COUNT: "5"
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "1"
CONFORMANCE_NODES: "${CONFORMANCE_NODES:-4}"
Expand Down

0 comments on commit ee434d1

Please sign in to comment.