Skip to content

Commit

Permalink
Move Helm Charts
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 5a4d66c commit 40b64d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 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-helm
repository: ${{ github.repository_owner }}
name: artemis
repository: ${{ github.repository_owner }}/helm
tag: ${{ env.SEM_VERSION }}
path: helm/artemis
registry: ghcr.io
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-helm
repository: ${{ github.repository_owner }}
name: artemis
repository: ${{ github.repository_owner }}/helm
tag: ${{ env.SEM_VERSION }}
path: helm/artemis
registry: ghcr.io
Expand Down

0 comments on commit 40b64d9

Please sign in to comment.