Skip to content

Commit a32f74f

Browse files
committed
update nodeadm_link
1 parent 0edb513 commit a32f74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/packer/hybrid-nodes-template.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ locals {
202202
qemu_format = var.format
203203
iso_url = var.iso_url
204204
iso_checksum = var.iso_checksum
205-
nodeadm_link = "https://hybrid-assets.eks.amazonaws.com/latest/bin/linux/${var.nodeadm_arch}64/nodeadm"
205+
nodeadm_link = "https://hybrid-assets.eks.amazonaws.com/releases/latest/bin/linux/${var.nodeadm_arch}64/nodeadm"
206206
}
207207

208208
######################
@@ -717,4 +717,4 @@ build {
717717
]
718718
only = ["amazon-ebs.rhel8", "amazon-ebs.rhel9","qemu.rhel8", "qemu.rhel9", "vsphere-iso.rhel8", "vsphere-iso.rhel9"]
719719
}
720-
}
720+
}

0 commit comments

Comments
 (0)