Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Nov 3, 2022
1 parent ba6e288 commit 228bc7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.11
1.1.12
3 changes: 2 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ jobs:
runOptions: inline
inline: |
helm repo update
helm upgrade --install --namespace ${{ parameters.namespace }} -f /tmp/$(repo)-values.yaml $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace
$fileArg = if ('${{ parameters.hasSecureHelmValuesFile }}' -eq 'true') { '-f /tmp/${{ parameters.name }}-values.yaml' }
helm upgrade --install --namespace ${{ parameters.namespace }} $(fileArg) $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace
condition: and(succeeded(), eq(${{ parameters.deploy }}, true))

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 228bc7e

Please sign in to comment.