From ee508b9048183e755ef8bf4189c5dcccedbbcd92 Mon Sep 17 00:00:00 2001 From: kota2and3kan <47254383+kota2and3kan@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:17:26 +0900 Subject: [PATCH] Update k8s versions in CI (#279) --- .github/workflows/helm_charts_scalar.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/helm_charts_scalar.yml b/.github/workflows/helm_charts_scalar.yml index 6551f7a9..0b6de9e5 100644 --- a/.github/workflows/helm_charts_scalar.yml +++ b/.github/workflows/helm_charts_scalar.yml @@ -98,11 +98,11 @@ jobs: strategy: matrix: k8s: - - v1.27.16 - - v1.28.13 - - v1.29.8 - - v1.30.4 - - v1.31.0 + - v1.28.15 + - v1.29.12 + - v1.30.8 + - v1.31.4 + - v1.32.0 steps: - name: Checkout @@ -149,11 +149,11 @@ jobs: strategy: matrix: k8s: - - v1.27.16 - - v1.28.13 - - v1.29.8 - - v1.30.4 - - v1.31.0 + - v1.28.15 + - v1.29.12 + - v1.30.8 + - v1.31.4 + - v1.32.0 steps: - name: Checkout @@ -177,7 +177,7 @@ jobs: fi - name: Create kind ${{ matrix.k8s }} cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.11.0 with: config: .github/kind-cluster.yaml node_image: kindest/node:${{ matrix.k8s }}