Skip to content

Commit

Permalink
Fix helm deployments
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 40b64d9 commit 1aa4f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Deploy Helm chart
run: |
helm upgrade --install artemis \
oci://ghcr.io/${{ github.repository_owner }}/artemis/artemis --version ${{ env.SEM_VERSION }} \
oci://ghcr.io/${{ github.repository_owner }}/helm/artemis --version ${{ env.SEM_VERSION }} \
--namespace artemis-pr${{ github.event.pull_request.number }} --create-namespace \
--set artemis.ingress.className="" \
--set artemis.ingress.annotations.cert-manager\\.io/cluster-issuer="letsencrypt-prod" \
Expand Down

0 comments on commit 1aa4f2f

Please sign in to comment.