Commit 4ce4a3e3 by shanewxy

1. Upgraded fluentd image to v0.1.19

parent ba4a52ae
......@@ -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:
......
......@@ -2,7 +2,7 @@ labels: {}
image:
repository: rancher/fluentd
tag: v0.1.17
tag: v0.1.19
pullPolicy: IfNotPresent
resources: {}
......
......@@ -3,7 +3,7 @@ labels: {}
image:
repository: rancher/fluentd
tag: v0.1.17
tag: v0.1.19
pullPolicy: IfNotPresent
resources: {}
......
......@@ -4,7 +4,7 @@ labels: {}
image:
os: windows
repository: rancher/fluentd
tag: v0.1.17
tag: v0.1.19
pullPolicy: IfNotPresent
resources: {}
......
categories:
- Logging
questions:
rancher_min_version: 2.3.4-rc1
\ No newline at end of file
......@@ -14,7 +14,7 @@
{{- if .Capabilities.APIVersions.Has "apps/v1" -}}
{{- "apps/v1" -}}
{{- else if .Capabilities.APIVersions.Has "apps/v1beta2" -}}
{{- "apps/v1beta1" -}}
{{- "apps/v1beta2" -}}
{{- else if .Capabilities.APIVersions.Has "apps/v1beta1" -}}
{{- "apps/v1beta1" -}}
{{- 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