From 63ea2e5b38ab116bed522402d3406ba36cac30fd Mon Sep 17 00:00:00 2001 From: DanielHabenicht Date: Sun, 11 Oct 2020 20:57:35 +0200 Subject: [PATCH] Update Phonebook.yml for Azure Pipelines --- .azure/pipelines/production/Phonebook.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: