File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ sed -i "s/e2e-cluster1-install/${CLUSTER_OPERATION_NAME2}/" "${dest_config_path
147147sed -i " s/cluster.yml/upgrade-cluster.yml/" " ${dest_config_path} " /kubeanClusterOps.yml
148148sed -i " s/v1.25.3/v1.26.0/" " ${dest_config_path} " /vars-conf-cm.yml
149149
150- # # prepare cluster upgrade job yml --> upgrade from v1.25.3 to v1.26.5
150+ # # prepare cluster upgrade job yml --> upgrade from v1.25.3 to v1.26.7
151151dest_config_path=" ${REPO_ROOT} " /test/kubean_sonobouy_nightlye2e/e2e-upgrade-cluster-z/
152152func_prepare_config_yaml " ${SOURCE_CONFIG_PATH} " " ${dest_config_path} "
153153CLUSTER_OPERATION_NAME3=" cluster1-upgrade-z"
154154sed -i " s/e2e-cluster1-install/${CLUSTER_OPERATION_NAME3} /" " ${dest_config_path} " /kubeanClusterOps.yml
155155sed -i " s/cluster.yml/upgrade-cluster.yml/" " ${dest_config_path} " /kubeanClusterOps.yml
156- sed -i " s/v1.25.3/v1.26.5 /" " ${dest_config_path} " /vars-conf-cm.yml
156+ sed -i " s/v1.25.3/v1.26.7 /" " ${dest_config_path} " /vars-conf-cm.yml
157157
158158ginkgo -v -race -timeout=6h --fail-fast ./test/kubean_sonobouy_nightlye2e/ -- --kubeconfig=" ${KUBECONFIG_FILE} " \
159159 --clusterOperationName=" ${CLUSTER_OPERATION_NAME1} " --vmipaddr=" ${vm_ip_addr1} " --vmipaddr2=" ${vm_ip_addr2} " \
Original file line number Diff line number Diff line change 2929 # github image repo define (ex multus only use that)
3030 github_image_repo: "{{registry_host}}/ghcr.io"
3131 # k8s-cluster
32- kube_version: "v1.26.5 "
32+ kube_version: "v1.26.7 "
3333 container_manager: containerd
3434 k8s_image_pull_policy: IfNotPresent
3535 kube_network_plugin: calico
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const (
3434const (
3535 OriginK8Version = "v1.25.3"
3636 UpgradeK8Version_Y = "v1.26.0"
37- UpgradeK8Version_Z = "v1.26.5 "
37+ UpgradeK8Version_Z = "v1.26.7 "
3838 NginxAlpha = "release-ci.daocloud.io/kubean/nginx:alpine"
3939 E2eInstallClusterYamlFolder = "e2e-install-cluster"
4040)
Original file line number Diff line number Diff line change 11kubespray_version : 36e5d742dc2b3f7984398c38009f236be7c3c065
2- kubernetes_version : v1.26.5
2+ kubernetes_version : v1.26.7
You can’t perform that action at this time.
0 commit comments