Skip to content

Commit 247c818

Browse files
committed
Fix Helm version
1 parent 9ad1d97 commit 247c818

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ stages:
2727
workingDirectory: '$(Build.ArtifactStagingDirectory)'
2828
displayName: 'Create Artifacts directories'
2929
30-
- task: HelmInstaller@0
30+
- task: HelmInstaller@1
3131
displayName: 'Install Helm'
3232
inputs:
33-
helmVersion: 2.13.1
34-
kubectlVersion: 1.10.11
33+
helmVersionToInstall: 2.14.1
3534

3635
- script: 'helm lint'
3736
workingDirectory: deploy/helm/sftp

0 commit comments

Comments
 (0)