Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update fluentd version to 1.17.1 #547

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: yotam.loewenbach@logz.io
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
Loading