Skip to content

Commit 7cbe1f8

Browse files
authored
Bump fluentd to v1.19.2. (#1879)
1 parent 54d7668 commit 7cbe1f8

14 files changed

+17
-17
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FB_VERSION?=$(shell grep -v '^#' cmd/fluent-watcher/fluentbit/VERSION | tr -d "
1111
# Image URL to use all building/pushing image targets
1212
FB_IMG ?= ghcr.io/fluent/fluent-operator/fluent-bit:v${FB_VERSION}
1313
FB_IMG_DEBUG ?= ghcr.io/fluent/fluent-operator/fluent-bit:v${FB_VERSION}-debug
14-
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
FO_IMG ?= kubesphere/fluent-operator:$(VERSION)
1616

1717
ARCH ?= arm64

apis/fluentd/v1alpha1/tests/tools.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
bind: 0.0.0.0
3232
port: 24224
3333
replicas: 1
34-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
34+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
3535
fluentdCfgSelector:
3636
matchLabels:
3737
config.fluentd.fluent.io/enabled: "true"
@@ -55,7 +55,7 @@ spec:
5555
size: 10
5656
autoIncrementKey: "id"
5757
replicas: 1
58-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
58+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
5959
fluentdCfgSelector:
6060
matchLabels:
6161
config.fluentd.fluent.io/enabled: "true"
@@ -80,7 +80,7 @@ spec:
8080
includeConfig: true
8181
includeRetry: true
8282
replicas: 1
83-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
83+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
8484
fluentdCfgSelector:
8585
matchLabels:
8686
config.fluentd.fluent.io/enabled: "true"
@@ -132,7 +132,7 @@ spec:
132132
- /var/log/foo.log
133133
- /var/log/bar
134134
replicas: 1
135-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
135+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
136136
fluentdCfgSelector:
137137
matchLabels:
138138
config.fluentd.fluent.io/enabled: "true"

cmd/fluent-watcher/fluentd/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.1
1+
1.19.2

manifests/fluentd/fluentd-cluster-cfg-output-buffer-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 3
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/fluentd/fluentd-cluster-cfg-output-es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/fluentd/fluentd-cluster-cfg-output-kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/fluentd/fluentd-mixed-cfgs-multi-tenant-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/fluentd/fluentd-mixed-cfgs-output-es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/fluentd/fluentd-namespaced-cfg-output-es.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

manifests/quick-start/fluentd-forward.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
bind: 0.0.0.0
1212
port: 24224
1313
replicas: 1
14-
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.2
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

0 commit comments

Comments
 (0)