Skip to content

Commit

Permalink
1.15.1 helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Aug 1, 2022
1 parent 7775d25 commit 5f15192
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f15192

Please sign in to comment.