Skip to content

Commit

Permalink
feat: run integration tests against k8s 1.22.17
Browse files Browse the repository at this point in the history
  • Loading branch information
artsyjian committed Apr 3, 2024
1 parent 9426e0e commit 5345de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
image: ubuntu-2004:202201-02
environment:
KUBECTL_VERSION: v1.20.15
K8S_VERSION: v1.21.14
K8S_VERSION: v1.22.17
KUBECONFIG: /home/circleci/.kube/config
MINIKUBE_VERSION: v1.31.2
MINIKUBE_WANTUPDATENOTIFICATION: false
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration_test_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## prepare env

export K8S_VERSION=v1.21.14
export K8S_VERSION=v1.22.17
export KUBE_CONFIG_PATH=${HOME}/.kube/config
export KUBE_CONFIG_BACKUP_PATH=${HOME}/.kube/config.bak
export AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query "Account" --output text)
Expand Down

0 comments on commit 5345de8

Please sign in to comment.