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 Diff line number Diff line
@@ -2,7 +2,7 @@ apiVersion: v1
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
name: rancher-logging
version: 0.1.3
version: 0.1.4
appVersion: 1.6.3
home: https://www.fluentd.org/
sources:
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ labels: {}

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

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

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

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

resources: {}
+1 −4
Original line number Diff line number Diff line
categories:
- Logging

questions:
rancher_min_version: 2.3.4-rc1
 No newline at end of file
Loading