Fix helm provision file 93/117693/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 Feb 2021 17:50:40 +0000 (09:50 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 Feb 2021 17:50:40 +0000 (09:50 -0800)
Helm 3.3 needs to be stored in a directory
called helm3_3. It was created by mistake as
helm3

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I1efca0454647399e829ef0fb28f85f8c18efc7ed

packer/provision/helm.yaml

index a5f6ba2..d8d4437 100644 (file)
@@ -42,7 +42,7 @@
       block:
         - name: create directory
           file:
-            path: /tmp/helm3
+            path: /tmp/helm3_3
             state: directory
         - name: 'Fetch tar.gz'
           get_url: