Skip to content

Update fluentd to v1.17.1. #1478

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

Merged
merged 1 commit into from
Feb 22, 2025
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FB_VERSION?=$(shell cat cmd/fluent-watcher/fluentbit/VERSION | tr -d " \t\n\r")
# Image URL to use all building/pushing image targets
FB_IMG ?= ghcr.io/fluent/fluent-operator/fluent-bit:v${FB_VERSION}
FB_IMG_DEBUG ?= ghcr.io/fluent/fluent-operator/fluent-bit:v${FB_VERSION}-debug
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
FO_IMG ?= kubesphere/fluent-operator:$(VERSION)
FD_IMG_BASE ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-arm64-base

Expand Down
8 changes: 4 additions & 4 deletions apis/fluentd/v1alpha1/tests/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: kubesphere/fluentd:v1.14.4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand All @@ -55,7 +55,7 @@ spec:
size: 10
autoIncrementKey: "id"
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand All @@ -80,7 +80,7 @@ spec:
includeConfig: true
includeRetry: true
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down Expand Up @@ -132,7 +132,7 @@ spec:
- /var/log/foo.log
- /var/log/bar
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ fluentd:
port: 24224
image:
repository: "ghcr.io/fluent/fluent-operator/fluentd"
tag: "v1.17.0-4"
tag: "v1.17.1"
# Numbers of the Fluentd instance
# Applicable when the mode is "collector", and will be ignored when the mode is "agent"
replicas: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 3
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/fluentd/fluentd-cluster-cfg-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/fluentd/fluentd-cluster-cfg-output-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/fluentd/fluentd-mixed-cfgs-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/fluentd/fluentd-namespaced-cfg-output-es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentd-forward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 24224
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentd-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
bind: 0.0.0.0
port: 9880
replicas: 1
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-4
image: ghcr.io/fluent/fluent-operator/fluentd:v1.17.1
fluentdCfgSelector:
matchLabels:
config.fluentd.fluent.io/enabled: "true"
Expand Down
Loading