Commit 7c183b98 by Frank Mai Committed by Alena Prokharchyk

Distinguish Windows images

**Problem:** Could not distinguish Windows images from `values.yaml` **Solution:** - Add a new field `os` below field `image` - Must indicate `os: windows` if the image is using in Windows cluster
parent 7ad60058
......@@ -2,6 +2,7 @@ nameOverride: fluentd
labels: {}
image:
os: windows
repository: rancher/fluentd
tag: v0.1.16
pullPolicy: IfNotPresent
......@@ -44,6 +45,7 @@ service:
configmapReload:
name: reloader
image:
os: windows
repository: rancher/configmap-reload
tag: v0.3.0-rancher2
pullPolicy: IfNotPresent
......
......@@ -170,6 +170,7 @@ exporter-node-windows:
endpoints: []
nodeSelectors: []
image:
os: windows
repository: rancher/wmi_exporter-package
tag: v0.0.2
ports:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment