Skip to content

Commit

Permalink
[fluentd-elasticsearch] update fluent image to 3.4.0 (#100)
Browse files Browse the repository at this point in the history
* update fluent image to 3.4.0

Signed-off-by: André Bauer <[email protected]>

* update superlinter

Signed-off-by: André Bauer <[email protected]>

* fix typo

Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Jan 18, 2022
1 parent 43fde9d commit 47d21f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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: 13.1.0
appVersion: 3.3.0
version: 13.2.0
appVersion: 3.4.0
type: application
home: https://www.fluentd.org/
description: A Fluentd Helm chart for Kubernetes with Elasticsearch output
Expand Down
4 changes: 2 additions & 2 deletions charts/fluentd-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the Fluentd elasticsear
| `elasticsearch.ilm.policy_overwrite` | Elastichsarch ILM policy overwrite | `false` |
| `elasticsearch.template.enabled` | Elastichsarch Template enabled | `false` |
| `elasticsearch.template.name` | Elastichsarch Template Name | `fluentd-template` |
| `elasticsearch.template.file` | Elasticsearch Template File Name (inside the daemonset) | `fluentd-template.json` |
| `elasticsearch.template.file` | Elasticsearch Template FileName (inside the daemonset) | `fluentd-template.json` |
| `elasticsearch.template.content` | Elasticsearch Template Content | _see `values.yaml`_ |
| `elasticsearch.template.overwrite` | Elasticsearch Template Overwrite (update even if it already exists) | `false` |
| `elasticsearch.template.useLegacy` | Use legacy Elasticsearch template | `true` |
Expand Down Expand Up @@ -128,7 +128,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.3.0` |
| `image.tag` | Image tag | `v3.4.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.3.0
tag: v3.4.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 47d21f5

Please sign in to comment.