Skip to content

Commit

Permalink
Merge pull request #280 from eclipse-tractusx/tomaszbarwicki-patch-1
Browse files Browse the repository at this point in the history
fix: helm test upgrade action
  • Loading branch information
tom-rm-meyer-ISST authored Feb 28, 2024
2 parents af6339c + 086f321 commit 330376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run helm upgrade
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install puris tractusx-dev/puris --version ${{ github.event.inputs.upgrade_from || '1.0.0' }}
helm dependency update charts/puris
helm upgrade puris charts/puris
Expand Down

0 comments on commit 330376a

Please sign in to comment.