We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1d97 commit 247c818Copy full SHA for 247c818
1 file changed
azure-pipelines.yaml
@@ -27,11 +27,10 @@ stages:
27
workingDirectory: '$(Build.ArtifactStagingDirectory)'
28
displayName: 'Create Artifacts directories'
29
30
- - task: HelmInstaller@0
+ - task: HelmInstaller@1
31
displayName: 'Install Helm'
32
inputs:
33
- helmVersion: 2.13.1
34
- kubectlVersion: 1.10.11
+ helmVersionToInstall: 2.14.1
35
36
- script: 'helm lint'
37
workingDirectory: deploy/helm/sftp
0 commit comments