From ef8e21c6b062b6a25f8a5158220c0d47fa53268c Mon Sep 17 00:00:00 2001 From: Caleb Warren Date: Fri, 25 Mar 2022 15:55:29 -0700 Subject: [PATCH] adding windows 2022 support --- multi-cluster/windows-helm/fleet.yaml | 8 ++++++++ multi-cluster/windows-helm/values.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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