Merge pull request #1311 from nickgerace/dev-v2.6-windows

Ensure Logging v2 nodeAgent fluentbit images are Windows-only
pull/1317/head
Nick Gerace 2021-06-29 16:13:50 -04:00 committed by GitHub
commit de94acb762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ images:
repository: rancher/mirrored-banzaicloud-fluentd
tag: v1.11.5-alpine-21
nodeagent_fluentbit:
os: "windows,linux"
os: "windows"
repository: rancher/fluent-bit
tag: 1.7.4

View File

@ -90,7 +90,7 @@
+ repository: rancher/mirrored-banzaicloud-fluentd
+ tag: v1.11.5-alpine-21
+ nodeagent_fluentbit:
+ os: "windows,linux"
+ os: "windows"
+ repository: rancher/fluent-bit
+ tag: 1.7.4
+