Skip to content

Commit

Permalink
[stable/fluent-bit] upgrade to fluent-bit v1.1.3 (helm#14995)
Browse files Browse the repository at this point in the history
* [stable/fluent-bit] upgrade to fluent-bit v1.1.3

Signed-off-by: Asher Foa <asher@asherfoa.com>

* Use https in links.

Signed-off-by: Asher Foa <asher@asherfoa.com>
  • Loading branch information
asherf authored and davidkarlsen committed Jul 3, 2019
1 parent 8ec2931 commit b68e627
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions stable/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: v1
name: fluent-bit
version: 2.0.5
appVersion: 1.1.2
version: 2.0.6
appVersion: 1.1.3
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
- logging
- monitoring
- fluent
- fluentd
sources:
- http://fluentbit.io
icon: http://fluentbit.io/assets/img/logo1-default.png
home: http://fluentbit.io
- https://fluentbit.io
icon: https://fluentbit.io/assets/img/logo1-default.png
home: https://fluentbit.io
maintainers:
- name: kfox1111
email: Kevin.Fox@pnnl.gov
Expand Down
2 changes: 1 addition & 1 deletion stable/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `filter.kubeTagPrefix` | Optional tag prefix used by Tail | `kube.var.log.containers.` |
| `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` |
| `image.fluent_bit.repository` | Image | `fluent/fluent-bit` |
| `image.fluent_bit.tag` | Image tag | `1.0.6` |
| `image.fluent_bit.tag` | Image tag | `1.1.3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `nil` |
| `fullnameOverride` | Override full name of app | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion stable/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on_minikube: false
image:
fluent_bit:
repository: fluent/fluent-bit
tag: 1.1.2
tag: 1.1.3
pullPolicy: Always

testFramework:
Expand Down

0 comments on commit b68e627

Please sign in to comment.