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 27, 2024
1 parent a633101 commit 84bda6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
- name: Deploy Helm chart
run: |
echo "+++++START+++++"
cat fairspace_k8s_values.yaml
echo "+++++STOP+++++"
helm upgrade --install fairspace oci://${{ env.HELM_REGISTRY }}/fairspace
--version ${{ env.VERSION }}
--namespace=fairspace-${{ env.ENVIRONMENT }}
Expand Down

0 comments on commit 84bda6d

Please sign in to comment.