From 607f7ce33d7505a341880771922909a09f000162 Mon Sep 17 00:00:00 2001 From: anton Date: Mon, 25 Mar 2024 23:58:03 +0100 Subject: [PATCH] Added Github Action to deploy Helm Chart --- .github/workflows/deploy_helm_chart.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy_helm_chart.yaml b/.github/workflows/deploy_helm_chart.yaml index a06881f8a..45dac45e0 100644 --- a/.github/workflows/deploy_helm_chart.yaml +++ b/.github/workflows/deploy_helm_chart.yaml @@ -69,12 +69,6 @@ jobs: run: | gcloud auth configure-docker - - name: CLUSTER INFO - run: | - gcloud config set project fns-cloud-852306 - gcloud container clusters get-credentials fns-cloud-f01 --zone europe-west1-b - kubectl cluster-info - - name: Setup Helm uses: azure/setup-helm@v4.1.0 with: @@ -86,6 +80,7 @@ jobs: - name: Deploy Helm chart run: | + gcloud container clusters get-credentials fns-cloud-f01 --zone europe-west1-b --project fns-cloud-852306 helm upgrade --install fairspace oci://${{ env.HELM_REGISTRY }}/fairspace --version ${{ env.VERSION }} --namespace=fairspace-${{ github.event.inputs.environment }} --set-file saturn.vocabulary=vocabulary.ttl