Skip to content

Commit

Permalink
Fixes image tag in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fkneier-bikeleasing committed May 22, 2024
1 parent d938a9e commit 301f18c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ jobs:
shell: bash
run: |
helm upgrade -i oauth-mock ./chart \
--set image.tag=$VERSION \
--set ingress.enabled=true \
--set ingress.domain=oauth-mock.solugo.de \
--set ingress.annotations."kubernetes\.io/ingress\.class"=public \
--set ingress.annotations."cert-manager\.io/cluster-issuer"=letsencrypt \
--set imagePull.credentials.registry="ghcr.io" \
--set imagePull.credentials.username="${{ secrets.REGISTRY_PULL_USERNAME }}" \
--set imagePull.credentials.password="${{ secrets.REGISTRY_PULL_PASSWORD }}" \
;

0 comments on commit 301f18c

Please sign in to comment.