From 0295a5a06078ac97ae8dd0fcd7065c45ee867951 Mon Sep 17 00:00:00 2001 From: Andrew Moore <20435317+andrewmooreio@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:14:56 +0000 Subject: [PATCH] chore: upgrade pinned helm and kubectl versions --- .github/workflows/cloud-platform-deploy-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-platform-deploy-release.yml b/.github/workflows/cloud-platform-deploy-release.yml index 211736f..5ee969a 100644 --- a/.github/workflows/cloud-platform-deploy-release.yml +++ b/.github/workflows/cloud-platform-deploy-release.yml @@ -37,13 +37,13 @@ jobs: - name: Install Kubernetes uses: azure/setup-kubectl@v3.2 with: - version: 'v1.26.0' # default is latest stable + version: 'v1.29.13' # default is latest stable id: kubectl_install - name: Install Helm uses: azure/setup-helm@v3.5 with: - version: 'v3.9.0' + version: 'v3.14.4' # default is latest stable id: helm_install - name: Debug Helm