Remove un needed spaces 25/116325/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 11 Dec 2020 21:47:32 +0000 (13:47 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 11 Dec 2020 21:47:32 +0000 (13:47 -0800)
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 <jwagantall@linuxfoundation.org>
Change-Id: I9bfe6616335feff8cffa1fadad0b6556aea1a8dc

packer/provision/helm.yaml

index 3888c28..0b14bee 100644 (file)
@@ -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: