From ed172e41ae1f1259597f608b7c1e0f8f3ab69c0a Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Sat, 27 May 2023 06:41:53 +0200 Subject: [PATCH] Bump k8s versions to latest patches (#317) @faisal-memon we will need to update the required checks in branch protection to use the new version --------- Signed-off-by: Marco Franssen Signed-off-by: Faisal Memon Co-authored-by: Faisal Memon --- .github/workflows/helm-chart-ci-ignore.yaml | 6 +++--- .github/workflows/helm-chart-ci.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm-chart-ci-ignore.yaml b/.github/workflows/helm-chart-ci-ignore.yaml index b5e1ef7..8a63936 100644 --- a/.github/workflows/helm-chart-ci-ignore.yaml +++ b/.github/workflows/helm-chart-ci-ignore.yaml @@ -50,9 +50,9 @@ jobs: strategy: matrix: k8s: - - v1.27.0 - - v1.26.3 - - v1.25.8 + - v1.27.2 + - v1.26.4 + - v1.25.9 values: - ${{ fromJson(needs.build-matrix.outputs.tests) }} diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 7c61c83..4682bcd 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -136,10 +136,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.0 - - v1.26.3 - - v1.25.8 - - v1.24.12 + - v1.27.2 + - v1.26.4 + - v1.25.9 + - v1.24.13 - v1.23.17 - v1.22.17 values: