Skip to content

Commit

Permalink
update helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamdg081992 committed Sep 29, 2023
1 parent 9f2ea9e commit acaa2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ jobs:
- task: HelmInstaller@1
displayName: 'Build: install Helm version'
inputs:
helmVersionToInstall: latest
helmVersionToInstall: 3.12.3

- bash: |
export HELM_CHART_NAME=$ARC_HELM_CHART_NAME
Expand Down Expand Up @@ -789,7 +789,7 @@ jobs:
- task: HelmInstaller@1
displayName: Install Helm version
inputs:
helmVersionToInstall: latest
helmVersionToInstall: 3.12.3
- bash: |
for i in 1 2 3 4 5 6 7 8 9 10
do
Expand Down

0 comments on commit acaa2a3

Please sign in to comment.