Skip to content

Commit

Permalink
update capdo images to use 1.22.11 and 1.23.8
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Jul 5, 2022
1 parent ccf8e67 commit 5c5334c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions test/e2e/config/digitalocean-ci.yaml
Expand Up @@ -67,32 +67,32 @@ providers:

variables:
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"
KUBERNETES_VERSION: "v1.22.6"
KUBERNETES_VERSION: "v1.22.11"
EXP_CLUSTER_RESOURCE_SET: "true"
# Cluster Addons
CNI: "${PWD}/test/e2e/data/cni/calico/calico.yaml"
CCM: "${PWD}/test/e2e/data/ccm/digitalocean-cloud-controller-manager.yaml"
# Following CAPDO variables should be set before testing
DO_REGION: "nyc1"
DO_CONTROL_PLANE_MACHINE_TYPE: "s-2vcpu-2gb"
# Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
DO_CONTROL_PLANE_MACHINE_IMAGE: "101591787"
# Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
DO_CONTROL_PLANE_MACHINE_IMAGE: "110971350"
DO_NODE_MACHINE_TYPE: "s-2vcpu-2gb"
# Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
DO_NODE_MACHINE_IMAGE: "101591787"
# Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
DO_NODE_MACHINE_IMAGE: "110971350"
CONFORMANCE_WORKER_MACHINE_COUNT: "2"
CONFORMANCE_CONTROL_PLANE_MACHINE_COUNT: "1"
KUBETEST_CONFIGURATION: "${PWD}/test/e2e/data/kubetest/conformance.yaml"
ETCD_VERSION_UPGRADE_TO: "3.5.1-0"
COREDNS_VERSION_UPGRADE_TO: "v1.8.6"
# Cluster API Kubernetes v1.22.6 on Ubuntu 20.04
KUBERNETES_IMAGE_UPGRADE_FROM: "101591787"
# Cluster API Kubernetes v1.23.3 on Ubuntu 20.04
KUBERNETES_IMAGE_UPGRADE_TO: "101593074"
# Cluster API Kubernetes v1.22.11 on Ubuntu 20.04
KUBERNETES_IMAGE_UPGRADE_FROM: "110971350"
# Cluster API Kubernetes v1.23.8 on Ubuntu 20.04
KUBERNETES_IMAGE_UPGRADE_TO: "110971520"
CONTROL_PLANE_MACHINE_TEMPLATE_UPGRADE_TO: "cp-k8s-upgrade-and-conformance"
WORKERS_MACHINE_TEMPLATE_UPGRADE_TO: "worker-k8s-upgrade-and-conformance"
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.23.3}"
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.22.6}"
KUBERNETES_VERSION_UPGRADE_TO: "${KUBERNETES_VERSION_UPGRADE_TO:-v1.23.8}"
KUBERNETES_VERSION_UPGRADE_FROM: "${KUBERNETES_VERSION_UPGRADE_FROM:-v1.22.11}"
IP_FAMILY: "IPv4"

intervals:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/digitalocean-dev.yaml
Expand Up @@ -61,7 +61,7 @@ providers:

variables:
REDACT_LOG_SCRIPT: "${PWD}/hack/log/redact.sh"
KUBERNETES_VERSION: "v1.22.4"
KUBERNETES_VERSION: "v1.22.11"
EXP_CLUSTER_RESOURCE_SET: "true"
# Cluster Addons
CNI: "${PWD}/test/e2e/data/cni/calico/calico.yaml"
Expand Down

0 comments on commit 5c5334c

Please sign in to comment.