From 785a187f1031f8b75148b7f412bbae3663229e8d Mon Sep 17 00:00:00 2001 From: Gowtham Chitipolu Date: Fri, 3 Nov 2023 14:48:22 +0900 Subject: [PATCH] Update helm-gke-deploy.yml --- .github/workflows/helm-gke-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/helm-gke-deploy.yml b/.github/workflows/helm-gke-deploy.yml index 5405a84..02ee01f 100644 --- a/.github/workflows/helm-gke-deploy.yml +++ b/.github/workflows/helm-gke-deploy.yml @@ -42,10 +42,10 @@ jobs: with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_LOCATION }} - - - id: 'get-pods' - run: 'kubectl get pods' - - - name: helm chart list - run: helm list -n folio-feed + + - name: Set up Taskfile + uses: arduino/setup-task@v1.0.3 + + - name: helm deploy + run: task helm-upgrade