Skip to content

Commit

Permalink
Added Github Action to deploy Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwood committed Mar 25, 2024
1 parent 2478325 commit 607f7ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand All @@ -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
Expand Down

0 comments on commit 607f7ce

Please sign in to comment.