Skip to content

Commit

Permalink
Merge pull request #30 from eclipse-tractusx/fix/helm-test-workflow
Browse files Browse the repository at this point in the history
fix: update helm-lint.yml
  • Loading branch information
FaGru3n authored Dec 4, 2023
2 parents 71f7b7d + 8cd67e7 commit dc13a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down

0 comments on commit dc13a67

Please sign in to comment.