From 2496c7116401618cb9f1f0fb6f4e2fc49dab25ca Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 19 Dec 2023 15:52:45 +0100 Subject: [PATCH] Bump k8s versions for ci workflow (#156) --- .github/workflows/helm-chart-ci-ignore.yaml | 14 ++++++++------ .github/workflows/helm-chart-ci.yaml | 21 ++++++++++++--------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.github/workflows/helm-chart-ci-ignore.yaml b/.github/workflows/helm-chart-ci-ignore.yaml index 07841e4..7ffa79e 100644 --- a/.github/workflows/helm-chart-ci-ignore.yaml +++ b/.github/workflows/helm-chart-ci-ignore.yaml @@ -30,9 +30,10 @@ jobs: strategy: matrix: k8s: - - v1.27.2 - - v1.26.4 - - v1.25.9 + - v1.29.0 + - v1.28.0 + - v1.27.3 + - v1.26.6 steps: - run: 'echo "Skipping tests"' @@ -65,9 +66,10 @@ jobs: strategy: matrix: k8s: - - v1.27.2 - - v1.26.4 - - v1.25.9 + - v1.29.0 + - v1.28.0 + - v1.27.3 + - v1.26.6 example: - ${{ fromJson(needs.build-matrix.outputs.examples) }} diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index db23d96..aba2a73 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -130,9 +130,10 @@ jobs: # Kubernetes, but can go back farther as long as we don't need heroics # to pull it off (i.e. kubectl version juggling). k8s: - - v1.27.2 - - v1.26.4 - - v1.25.9 + - v1.29.0 + - v1.28.0 + - v1.27.3 + - v1.26.6 steps: - name: Checkout @@ -209,9 +210,10 @@ jobs: fail-fast: false matrix: k8s: - - v1.27.2 - - v1.26.4 - - v1.25.9 + - v1.29.0 + - v1.28.0 + - v1.27.3 + - v1.26.6 example: - ${{ fromJson(needs.build-matrix.outputs.examples) }} @@ -255,9 +257,10 @@ jobs: fail-fast: false matrix: k8s: - - v1.27.2 - - v1.26.4 - - v1.25.9 + - v1.29.0 + - v1.28.0 + - v1.27.3 + - v1.26.6 steps: - name: Checkout