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
51 lines
872 B
YAML
51 lines
872 B
YAML
namespace: fleet-helm-windows-example
|
|
targetCustomizations:
|
|
- name: win2022
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: ltsc2022
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win2022
|
|
- name: win2019
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: ltsc2019
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win2019
|
|
- name: win2004
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: 2004
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win2004
|
|
- name: win1909
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: 1909
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win1909
|
|
- name: win1903
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: 1903
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win1903
|
|
- name: win1809
|
|
helm:
|
|
values:
|
|
image:
|
|
tag: 1809
|
|
clusterSelector:
|
|
matchLabels:
|
|
windows.version: win1809
|