diff --git a/.azure/pipelines/production/Phonebook.yml b/.azure/pipelines/production/Phonebook.yml index 8bbbcf8b1..bc63c769a 100644 --- a/.azure/pipelines/production/Phonebook.yml +++ b/.azure/pipelines/production/Phonebook.yml @@ -15,10 +15,9 @@ jobs: vmImage: 'ubuntu-16.04' steps: - task: HelmInstaller@1 - inputs: - helmVersionToInstall: '2.14.2' - - script: helm dep update - workingDirectory: 'Phonebook/phonebook/' + displayName: Install Helm latest + # inputs: + # helmVersionToInstall: '2.14.2' - task: HelmDeploy@0 displayName: Helm package inputs: