Skip to content

Commit

Permalink
Fix Artemis Helm Chart
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 291d1c5 commit 5a4d66c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm_pr_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Chart | Push
uses: appany/helm-oci-chart-releaser@v0.3.0
with:
name: artemis
repository: ${{ github.repository_owner }}/artemis
name: artemis-helm
repository: ${{ github.repository_owner }}
tag: ${{ env.SEM_VERSION }}
path: helm/artemis
registry: ghcr.io
Expand All @@ -85,6 +85,7 @@ jobs:
--set application.versioncontrol.url="https://pr${{ github.event.pull_request.number }}.artemis-k8s.ase.cit.tum.de" \
--set application.userManagement.internalAdmin.username=admin \
--set application.userManagement.internalAdmin.password=${{ secrets.ADMIN_PW }} \
--set artemisVersion=pr-${{ github.event.pull_request.number }}
--wait
- name: Post Deployment Comment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helmchart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Chart | Push
uses: appany/helm-oci-chart-releaser@v0.3.0
with:
name: artemis
repository: ${{ github.repository_owner }}/artemis
name: artemis-helm
repository: ${{ github.repository_owner }}
tag: ${{ env.SEM_VERSION }}
path: helm/artemis
registry: ghcr.io
Expand Down

0 comments on commit 5a4d66c

Please sign in to comment.