From: Jessica Wagantall Date: Fri, 11 Dec 2020 21:47:32 +0000 (-0800) Subject: Remove un needed spaces X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F116325%2F1;p=ci-management.git Remove un needed spaces heml3_version had few empty spaces in the URL which might be causing helm3 to not install properly Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I9bfe6616335feff8cffa1fadad0b6556aea1a8dc --- diff --git a/packer/provision/helm.yaml b/packer/provision/helm.yaml index 3888c2820..0b14beee9 100644 --- a/packer/provision/helm.yaml +++ b/packer/provision/helm.yaml @@ -45,7 +45,7 @@ state: directory - name: 'Fetch tar.gz' get_url: - url: "https://get.helm.sh/helm-v{{ helm3_version }}-linux-amd64.tar.gz" + url: "https://get.helm.sh/helm-v{{helm3_version}}-linux-amd64.tar.gz" dest: "/tmp/helm3/helm-v{{helm3_version}}-linux-amd64.tar.gz" - name: 'Unarchive' unarchive: