forked from rancher/fluentd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.tmpl
37 lines (37 loc) · 841 Bytes
/
manifest.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
image: rancher/fluentd:{{build.tag}}
manifests:
-
image: rancher/fluentd:{{build.tag}}-linux-amd64
platform:
architecture: amd64
os: linux
-
image: rancher/fluentd:{{build.tag}}-windows-1809
platform:
architecture: amd64
os: windows
version: 1809
-
image: rancher/fluentd:{{build.tag}}-windows-1903
platform:
architecture: amd64
os: windows
version: 1903
-
image: rancher/fluentd:{{build.tag}}-windows-1909
platform:
architecture: amd64
os: windows
version: 1909
-
image: rancher/fluentd:{{build.tag}}-windows-2004
platform:
architecture: amd64
os: windows
version: 2004
-
image: rancher/fluentd:{{build.tag}}-windows-20H2
platform:
architecture: amd64
os: windows
version: 20H2