Commit 4ce4a3e3 authored by shanewxy's avatar shanewxy
Browse files

1. Upgraded fluentd image to v0.1.19

parent ba4a52ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ apiVersion: v1
description: Rancher logging helm chart to support logging function in rancher
description: Rancher logging helm chart to support logging function in rancher
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
name: rancher-logging
name: rancher-logging
version: 0.1.3
version: 0.1.4
appVersion: 1.6.3
appVersion: 1.6.3
home: https://www.fluentd.org/
home: https://www.fluentd.org/
sources:
sources:
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@ labels: {}


image:
image:
  repository: rancher/fluentd
  repository: rancher/fluentd
  tag: v0.1.17
  tag: v0.1.19
  pullPolicy: IfNotPresent
  pullPolicy: IfNotPresent


resources: {}
resources: {}
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ labels: {}


image:
image:
  repository: rancher/fluentd
  repository: rancher/fluentd
  tag: v0.1.17
  tag: v0.1.19
  pullPolicy: IfNotPresent
  pullPolicy: IfNotPresent


resources: {}
resources: {}
+1 −1
Original line number Original line Diff line number Diff line
@@ -4,7 +4,7 @@ labels: {}
image:
image:
  os: windows
  os: windows
  repository: rancher/fluentd
  repository: rancher/fluentd
  tag: v0.1.17
  tag: v0.1.19
  pullPolicy: IfNotPresent
  pullPolicy: IfNotPresent


resources: {}
resources: {}
+1 −4
Original line number Original line Diff line number Diff line
categories:
rancher_min_version: 2.3.4-rc1
- Logging
 No newline at end of file

questions:
Loading