Skip to content

Commit

Permalink
Update windows image to correct tag ltsc2022 (#51)
Browse files Browse the repository at this point in the history
Windows 2022's upstream image tag is `ltsc2022`, `2022` image is not available [1].

This also adds a section for 2019 version support in `fleet.yaml`.

[1]: https://mcr.microsoft.com/en-us/product/windows/servercore/tags
  • Loading branch information
slickwarren authored Sep 11, 2024
1 parent 1b88d49 commit 49b4721
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion multi-cluster/windows-helm/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ targetCustomizations:
helm:
values:
image:
tag: 2022
tag: ltsc2022
clusterSelector:
matchLabels:
windows.version: win2022
- name: win2019
helm:
values:
image:
tag: ltsc2019
clusterSelector:
matchLabels:
windows.version: win2019
- name: win2004
helm:
values:
Expand Down
2 changes: 1 addition & 1 deletion multi-cluster/windows-helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image:
tag: 2022
tag: ltsc2022

0 comments on commit 49b4721

Please sign in to comment.