summaryrefslogtreecommitdiffstats
path: root/packer/templates/helm.json
diff options
context:
space:
mode:
Diffstat (limited to 'packer/templates/helm.json')
-rw-r--r--packer/templates/helm.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packer/templates/helm.json b/packer/templates/helm.json
index b34ce9f83..51a151cbf 100644
--- a/packer/templates/helm.json
+++ b/packer/templates/helm.json
@@ -15,7 +15,8 @@
"builders": [
{
"name": "vexxhost",
- "image_name": "ZZCI - {{user `distro`}} - helm - {{isotime \"20060102-1504\"}}",
+ "image_name": "ZZCI - {{user `distro`}} - helm - {{user `arch`}} - {{isotime \"20060102-150405.000\"}}",
+ "instance_name": "{{user `distro`}}-builder-{{uuid}}",
"source_image_name": "{{user `base_image`}}",
"type": "openstack",
"identity_endpoint": "{{user `cloud_auth_url`}}",