Skip to content

Commit

Permalink
update fluentd version to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama authored Oct 21, 2024
2 parents 75a5261 + 94a1da2 commit c566903
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for shipping Kubernetes logs via Fluentd.
keywords:
- logging
- fluentd
version: 0.30.4
appVersion: 1.5.3
version: 0.30.5
appVersion: 1.5.4
maintainers:
- name: Yotam loewenbach
email: [email protected]
2 changes: 2 additions & 0 deletions charts/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ If needed, the fluentd image can be changed to support windows server 2022 with


## Change log
- **0.30.5**:
- Upgrade fluentd version to `1.17.1`
- **0.30.4**:
- Fix `nodeSelector` indentation
- **0.30.3**:
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd/docker_windows/fluentd_windows.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd:v1.16.5-windows-ltsc2019-1.0
FROM fluent/fluentd:v1.17.1-windows-ltsc2019-1.0
RUN gem install fluent-plugin-detect-exceptions \
&& gem install fluent-plugin-logzio \
&& gem install fluent-plugin-concat \
Expand Down
4 changes: 2 additions & 2 deletions charts/fluentd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ enabled: true
# Fluentd image in daemonset
image: logzio/logzio-fluentd
# Fluentd image tag
imageTag: 1.5.3
imageTag: 1.5.4

# Fluentd image in daemonset for windows nodes
windowsImage: logzio/fluentd-windows
# Fluentd image tag for windows nodes
windowsImageTag: 0.0.3
windowsImageTag: 0.0.4

# Overrides the Chart name for resources
nameOverride: ""
Expand Down

0 comments on commit c566903

Please sign in to comment.