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 29, 2024
1 parent b4f4be1 commit f01d565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ jobs:
echo "--------"
pwd
echo "--------"
ls ../../
ls ./fns/
echo "--------"
helm upgrade --install fairspace oci://${{ env.HELM_REGISTRY }}/fairspace \
--version ${{ env.VERSION }} \
--namespace=fairspace-${{ env.ENVIRONMENT }} \
--set-file saturn.vocabulary=../fns/fairspace/model/vocabulary.ttl \
--set-file saturn.views=../fns/fairspace/model/views.yaml \
--values ../fns/fairspace/deployment/${{ env.ENVIRONMENT }}/fairspace-test-values.yaml
--set-file saturn.vocabulary=./fns/fairspace/model/vocabulary.ttl \
--set-file saturn.views=./fns/fairspace/model/views.yaml \
--values ./fns/fairspace/deployment/${{ env.ENVIRONMENT }}/fairspace-test-values.yaml

0 comments on commit f01d565

Please sign in to comment.