Commit 4ce4a3e3 by shanewxy

1. Upgraded fluentd image to v0.1.19

parent ba4a52ae
...@@ -2,7 +2,7 @@ apiVersion: v1 ...@@ -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:
......
...@@ -2,7 +2,7 @@ labels: {} ...@@ -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: {}
......
...@@ -3,7 +3,7 @@ labels: {} ...@@ -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: {}
......
...@@ -4,7 +4,7 @@ labels: {} ...@@ -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: {}
......
categories: rancher_min_version: 2.3.4-rc1
- Logging \ No newline at end of file
questions:
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{{- if .Capabilities.APIVersions.Has "apps/v1" -}} {{- if .Capabilities.APIVersions.Has "apps/v1" -}}
{{- "apps/v1" -}} {{- "apps/v1" -}}
{{- else if .Capabilities.APIVersions.Has "apps/v1beta2" -}} {{- else if .Capabilities.APIVersions.Has "apps/v1beta2" -}}
{{- "apps/v1beta1" -}} {{- "apps/v1beta2" -}}
{{- else if .Capabilities.APIVersions.Has "apps/v1beta1" -}} {{- else if .Capabilities.APIVersions.Has "apps/v1beta1" -}}
{{- "apps/v1beta1" -}} {{- "apps/v1beta1" -}}
{{- else -}} {{- else -}}
......
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