summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
Diffstat (limited to 'packer')
-rw-r--r--packer/provision/helm.yaml2
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: