Skip to content

Commit

Permalink
Merge pull request #1406 from aryan9600/bump-k8s
Browse files Browse the repository at this point in the history
ci: bump k8s to 1.24 and kind to 1.18
  • Loading branch information
aryan9600 authored Apr 6, 2023
2 parents 5f63c4a + 064d867 commit 699ea2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Setup Kubernetes
uses: helm/[email protected]
with:
version: v0.17.0
version: v0.18.0
cluster_name: kind
node_image: kindest/node:v1.23.6@sha256:b1fa224cc6c7ff32455e0b1fd9cbfd3d3bc87ecaa8fcb06961ed1afb3db0f9ae
node_image: kindest/node:v1.24.12@sha256:0bdca26bd7fe65c823640b14253ea7bac4baad9336b332c94850f84d8102f873
- name: Build container image
run: |
docker build -t test/flagger:latest .
Expand Down

0 comments on commit 699ea2b

Please sign in to comment.