mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/fluentd] Expose replicaCount in values file (#22842)
* [stable/fluentd] Expose replicaCount in values file Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com> * [stable/fluentd] Bump chart version Signed-off-by: Pavel Dmytrenko <mail@pavdmyt.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: A Fluentd Elasticsearch Helm chart for Kubernetes.
|
||||
icon: https://raw.githubusercontent.com/fluent/fluentd-docs/master/public/logo/Fluentd_square.png
|
||||
name: fluentd
|
||||
version: 2.5.0
|
||||
version: 2.5.1
|
||||
appVersion: v2.4.0
|
||||
home: https://www.fluentd.org/
|
||||
sources:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Default values for fluentd.
|
||||
# This is a YAML-formatted file.
|
||||
# Declare variables to be passed into your templates.
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: gcr.io/google-containers/fluentd-elasticsearch
|
||||
tag: v2.4.0
|
||||
|
||||
Reference in New Issue
Block a user