Skip to content

Commit

Permalink
Update e2e kind-related versions
Browse files Browse the repository at this point in the history
Signed-off-by: Aurel Canciu <aurel.canciu@nexhealth.com>
  • Loading branch information
relu committed May 15, 2024
1 parent 66d69f3 commit 5e6815d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Kubernetes
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: matrix.provider != 'skipper'
with:
version: v0.20.0
version: v0.23.0
cluster_name: kind
node_image: kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde
node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
- name: Setup Kubernetes for skipper
uses: helm/kind-action@v1.9.0
uses: helm/kind-action@v1.10.0
if: matrix.provider == 'skipper'
with:
version: v0.20.0
version: v0.23.0
cluster_name: kind
node_image: kindest/node:v1.24.12@sha256:0bdca26bd7fe65c823640b14253ea7bac4baad9336b332c94850f84d8102f873
- name: Build container image
Expand Down

0 comments on commit 5e6815d

Please sign in to comment.