From eb9cc95aa3056e36258ccad33fc76b91294ebff2 Mon Sep 17 00:00:00 2001 From: Shahzad Chaudhry Date: Wed, 20 Dec 2023 10:37:42 +0000 Subject: [PATCH] NIT-994 pipeline for installing helm charts --- .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 303a0aa..2f7e343 100644 --- a/.github/workflows/cloud-platform-deploy-release.yml +++ b/.github/workflows/cloud-platform-deploy-release.yml @@ -34,8 +34,8 @@ jobs: - name: Install Kubernetes uses: azure/setup-kubectl@v3 - # with: - # version: 'v1.28' # default is latest stable + with: + version: 'v1.25' # default is latest stable id: kubectl_install - name: Install Helm