Skip to content

Commit

Permalink
update fluentd image (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Aug 15, 2021
1 parent 772dbb4 commit 5b47ef4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/fluentd-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fluentd-elasticsearch
version: 11.14.0
appVersion: 3.2.0
version: 11.15.0
appVersion: 3.3.0
type: application
home: https://www.fluentd.org/
description: A Fluentd Helm chart for Kubernetes with Elasticsearch output
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following table lists the configurable parameters of the Fluentd elasticsear
| `hostLogDir.dockerContainers` | Specify where fluentd can find logs for docker container | `/var/lib/docker/containers` |
| `hostLogDir.libSystemdDir` | Specify where fluentd can find logs for lib Systemd | `/usr/lib64` |
| `image.repository` | Image | `quay.io/fluentd_elasticsearch/fluentd` |
| `image.tag` | Image tag | `v3.2.0` |
| `image.tag` | Image tag | `v3.3.0` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `` |
| `livenessProbe.enabled` | Whether to enable livenessProbe | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
## Specify an imagePullPolicy (Required)
## It's recommended to change this to 'Always' if the image tag is 'latest'
## ref: http://kubernetes.io/docs/user-guide/images/#updating-images
tag: v3.2.0
tag: v3.3.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 5b47ef4

Please sign in to comment.