From 4276e04ee4728bc0c6d18224184d86a33b871d63 Mon Sep 17 00:00:00 2001 From: Sascha Schwarze Date: Mon, 6 May 2024 18:15:15 +0200 Subject: [PATCH] Update e2e --- .github/workflows/e2e.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 01b5c9f4..88ae6987 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: kubernetes: - - v1.25.11 - - v1.28.0 + - v1.27.11 + - v1.29.2 max-parallel: 2 runs-on: ubuntu-latest @@ -28,14 +28,14 @@ jobs: - uses: helm/kind-action@v1 with: - version: v0.20.0 + version: v0.22.0 node_image: kindest/node:${{ matrix.kubernetes }} cluster_name: kind config: test/kind/config.yaml wait: 120s - uses: shipwright-io/setup@v1 with: - tekton-version: v0.47.4 + tekton-version: v0.50.5 shipwright-ref: main cli-ref: _ignore