diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-02-10 09:50:40 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2021-02-10 09:50:40 -0800 |
commit | 1d8523f9874052f2ed857c3d94bb26a6df83ed9a (patch) | |
tree | b623fafcb7c0eacc6fda5fb07ac18d836b6b94d4 /packer | |
parent | 8aae29e611728ab693a9ae9c5df69f2b6b22b4f8 (diff) |
Fix helm provision file
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
Diffstat (limited to 'packer')
-rw-r--r-- | packer/provision/helm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/helm.yaml b/packer/provision/helm.yaml index a5f6ba2ed..d8d443750 100644 --- a/packer/provision/helm.yaml +++ b/packer/provision/helm.yaml @@ -42,7 +42,7 @@ block: - name: create directory file: - path: /tmp/helm3 + path: /tmp/helm3_3 state: directory - name: 'Fetch tar.gz' get_url: |