Skip to content

Commit

Permalink
fix: update helm-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FaGru3n authored Dec 4, 2023
1 parent 71f7b7d commit 8b6f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ 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
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'
Expand Down

0 comments on commit 8b6f184

Please sign in to comment.