Skip to content

Commit

Permalink
Merge pull request #1538 from giantswarm/fix_flatcart_ami_version
Browse files Browse the repository at this point in the history
Allow specifying Flatcar version for base AMI
  • Loading branch information
k8s-ci-robot authored Aug 13, 2024
2 parents 0244187 + 38eb0ca commit 42e1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/capi/packer/ami/flatcar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ami_filter_name": "Flatcar*{{env `FLATCAR_CHANNEL`}}*",
"ami_filter_name": "Flatcar*{{env `FLATCAR_CHANNEL`}}*{{env `FLATCAR_VERSION`}}*",
"ami_filter_owners": "075585003325",
"ansible_extra_vars": "ansible_python_interpreter=/opt/bin/python",
"build_name": "flatcar-{{env `FLATCAR_CHANNEL`}}",
Expand Down

0 comments on commit 42e1837

Please sign in to comment.