diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 9f5e0011..7529a288 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -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