From 4e322324b040b97495271c504b2193e075a85960 Mon Sep 17 00:00:00 2001 From: Shubham Bhardwaj Date: Mon, 18 May 2026 12:35:09 +0530 Subject: [PATCH] ci: add updated pipelines version and k8s version Signed-off-by: Shubham Bhardwaj --- .github/workflows/kind-e2e.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 62f091de..5cd50c89 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -23,11 +23,11 @@ jobs: # Keep in sync with the list of supported releases: https://kubernetes.io/releases/ k8s-version: - v1.28.x - - v1.32.x + - v1.34.x uses: ./.github/workflows/reusable-e2e.yaml with: k8s-version: ${{ matrix.k8s-version }} - pipelines-release: v1.6.0 + pipelines-release: v1.12.0 # This job is for testing the latest LTS version of Tekton Pipelines pipelines-lts: strategy: @@ -35,10 +35,10 @@ jobs: matrix: pipelines-release: # This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release - - v1.9.0 - - v1.7.0 + - v1.9.3 + - v1.6.2 uses: ./.github/workflows/reusable-e2e.yaml with: k8s-version: v1.29.x - pipelines-release: ${{ matrix.pipelines-release }} \ No newline at end of file + pipelines-release: ${{ matrix.pipelines-release }}