Skip to content

Commit

Permalink
use k8s 1.25.2 instead of 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvanagit committed Aug 3, 2024
1 parent 26ecaad commit 2be8197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
machine:
image: ubuntu-2004:202010-01
environment:
K8S_VERSION: v1.28.6
K8S_VERSION: v1.25.2
KUBECONFIG: /home/circleci/.kube/config
MINIKUBE_VERSION: v1.18.1
MINIKUBE_WANTUPDATENOTIFICATION: false
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
command: |
cd tests
export IS_LOCAL=false
./run.sh "1.28.6" "1.20.2" "../out"
./run.sh "1.25.2" "1.20.2" "../out"
publish-github-release:
docker:
- image: cimg/go:1.21
Expand Down

0 comments on commit 2be8197

Please sign in to comment.