Skip to content

Commit 42e1837

Browse files
authored
Merge pull request #1538 from giantswarm/fix_flatcart_ami_version
Allow specifying Flatcar version for base AMI
2 parents 0244187 + 38eb0ca commit 42e1837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/capi/packer/ami/flatcar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ami_filter_name": "Flatcar*{{env `FLATCAR_CHANNEL`}}*",
2+
"ami_filter_name": "Flatcar*{{env `FLATCAR_CHANNEL`}}*{{env `FLATCAR_VERSION`}}*",
33
"ami_filter_owners": "075585003325",
44
"ansible_extra_vars": "ansible_python_interpreter=/opt/bin/python",
55
"build_name": "flatcar-{{env `FLATCAR_CHANNEL`}}",

0 commit comments

Comments
 (0)