diff --git a/README.md b/README.md index ca536ed..a58cb8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/btungut)](https://artifacthub.io/packages/helm/btungut/fluentd-kube-elastic) -[![Release](https://img.shields.io/github/v/release/btungut/fluentd-kube-elastic?include_prereleases&style=plastic)](https://github.com/btungut/fluentd-kube-elastic/releases/tag/v1.15.0) +[![Release](https://img.shields.io/github/v/release/btungut/fluentd-kube-elastic?include_prereleases&style=plastic)](https://github.com/btungut/fluentd-kube-elastic/releases/tag/v1.15.1) [![LICENSE](https://img.shields.io/github/license/btungut/fluentd-kube-elastic?style=plastic)](https://github.com/btungut/fluentd-kube-elastic/blob/master/LICENSE) # Fluentd Kube Elastic diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ed87575..aed1ce3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: fluentd-kube-elastic description: Best fluentd implementation for collecting container logs from Kubernetes type: application -version: 0.0.0 -appVersion: "" +version: 1.15.1 +appVersion: "1.15-1-rev1" diff --git a/chart/values.yaml b/chart/values.yaml index 08e7d49..a776552 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -6,7 +6,7 @@ kind: DaemonSet image: repository: "btungut/fluentd-kube-elastic" - tag: "" + tag: "1.15-1-rev1" pullSecrets: [] # -- Limit and requests for fluentd container. Please fine-tune these values based on your architecture.