diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-11 13:47:32 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-11 13:47:32 -0800 |
commit | 3942f383338f340ff9f1803dba1c0408bce529a1 (patch) | |
tree | 1e299390c3b6ef5cadf25c81c69511e79e00f21e /packer | |
parent | f0b5bdf7b2dbf790427642cce6d2725b66f3e4fb (diff) |
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 <jwagantall@linuxfoundation.org>
Change-Id: I9bfe6616335feff8cffa1fadad0b6556aea1a8dc
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 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: |