Skip to content

Commit

Permalink
fix(frontend): Add default value for version upgrade on helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Nov 28, 2023
1 parent 1b3dbe0 commit c450fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
helm repo add pgadmin4 https://helm.runix.net
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install country-risk tractusx-dev/country-risk --version ${{ github.event.inputs.upgrade_from }}
helm install country-risk tractusx-dev/country-risk --version ${{ github.event.inputs.upgrade_from || '1.1.0' }}
helm dependency update charts/country-risk
helm upgrade country-risk charts/country-risk
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

0 comments on commit c450fa0

Please sign in to comment.