diff --git a/multi-cluster/windows-helm/fleet.yaml b/multi-cluster/windows-helm/fleet.yaml index 51ae795f..497b23c6 100644 --- a/multi-cluster/windows-helm/fleet.yaml +++ b/multi-cluster/windows-helm/fleet.yaml @@ -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: diff --git a/multi-cluster/windows-helm/values.yaml b/multi-cluster/windows-helm/values.yaml index c2516db4..ae3b0f09 100644 --- a/multi-cluster/windows-helm/values.yaml +++ b/multi-cluster/windows-helm/values.yaml @@ -1,2 +1,2 @@ image: - tag: 2022 + tag: ltsc2022