diff --git a/multi-cluster/windows-helm/fleet.yaml b/multi-cluster/windows-helm/fleet.yaml index 10cb63f..51ae795 100644 --- a/multi-cluster/windows-helm/fleet.yaml +++ b/multi-cluster/windows-helm/fleet.yaml @@ -1,5 +1,13 @@ namespace: fleet-helm-windows-example targetCustomizations: +- name: win2022 + helm: + values: + image: + tag: 2022 + clusterSelector: + matchLabels: + windows.version: win2022 - name: win2004 helm: values: diff --git a/multi-cluster/windows-helm/values.yaml b/multi-cluster/windows-helm/values.yaml index 38239ed..c2516db 100644 --- a/multi-cluster/windows-helm/values.yaml +++ b/multi-cluster/windows-helm/values.yaml @@ -1,2 +1,2 @@ image: - tag: 2004 + tag: 2022