change e2e k8s version of adeployment

Signed-off-by: mingzhou.swx <mingzhou.swx@alibaba-inc.com>
This commit is contained in:
mingzhou.swx 2022-11-29 23:20:07 +08:00
parent 2b9dc02cec
commit 46bd7d5895
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: E2E-Advanced-Deployment-1.14
name: E2E-Advanced-Deployment-1.16
on:
push:
@ -10,8 +10,8 @@ on:
env:
# Common versions
GO_VERSION: '1.17'
KIND_IMAGE: 'kindest/node:v1.14.6'
GO_VERSION: '1.16'
KIND_IMAGE: 'kindest/node:v1.16.9'
KIND_CLUSTER_NAME: 'ci-testing'
jobs:

View File

@ -1,4 +1,4 @@
name: E2E-Advanced-Deployment-1.25
name: E2E-Advanced-Deployment-1.24
on:
push:
@ -10,8 +10,8 @@ on:
env:
# Common versions
GO_VERSION: '1.17'
KIND_IMAGE: 'kindest/node:v1.25.3'
GO_VERSION: '1.18'
KIND_IMAGE: 'kindest/node:v1.24.7'
KIND_CLUSTER_NAME: 'ci-testing'
jobs: