Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
init-sig.sh: change Flatcar image name and SKU
Browse files Browse the repository at this point in the history
To the scheme proposed in
flatcar/Flatcar#734.

Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Jul 8, 2022
1 parent 524f34f commit 38683e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/capi/packer/azure/scripts/init-sig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case ${SIG_TARGET} in
create_image_definition capi-${SIG_TARGET} "win-2022-containerd" "V1" "Windows"
;;
flatcar)
SKU="capi-flatcar-${FLATCAR_CHANNEL}-${FLATCAR_VERSION}"
SKU="flatcar-${FLATCAR_CHANNEL}-capi-${KUBERNETES_SEMVER}"
create_image_definition ${SKU} ${SKU} "V1" "Linux"
;;
ubuntu-1804-gen2)
Expand All @@ -65,7 +65,7 @@ case ${SIG_TARGET} in
create_image_definition "capi-centos-7.7-gen2" "centos-7.7-gen2" "V2" "Linux"
;;
flatcar-gen2)
SKU="capi-flatcar-${FLATCAR_CHANNEL}-${FLATCAR_VERSION}-gen2"
SKU="flatcar-${FLATCAR_CHANNEL}-capi-${KUBERNETES_SEMVER}-gen2"
create_image_definition "${SKU}" "${SKU}" "V2" "Linux"
;;
*)
Expand Down

0 comments on commit 38683e4

Please sign in to comment.