diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index ab55afb..216ba07 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -97,9 +97,9 @@ jobs: run: | helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev - helm install simpledataexchanger charts/sde --version ${{ github.event.inputs.upgrade_from || '0.1.1' }} + helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.0' }} helm dependency update charts/simpledataexchanger - helm upgrade impledataexchanger charts/simpledataexchanger + helm upgrade simpledataexchanger charts/simpledataexchanger if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'