Skip to content

Commit 52cf079

Browse files
joshuabairdmarcofranssen
authored andcommitted
Bump fluentd to v1.19.1.
Signed-off-by: Josh Baird <[email protected]>
1 parent 5f1a572 commit 52cf079

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
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.0
14+
FD_IMG ?= ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
1515
FO_IMG ?= kubesphere/fluent-operator:$(VERSION)
1616
FD_IMG_BASE ?= ghcr.io/fluent/fluent-operator/fluentd:v1.17.0-arm64-base
1717

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.0
34+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
58+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
83+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
135+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
136136
fluentdCfgSelector:
137137
matchLabels:
138138
config.fluentd.fluent.io/enabled: "true"

charts/fluent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- fluent-bit
77
- fluentd
88
- operator
9-
version: 3.5.1
9+
version: 3.5.2
1010
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-operator
1111
appVersion: "3.5.0"
1212
icon: https://raw.githubusercontent.com/fluent/fluent-operator/master/docs/images/fluent-operator-icon.svg

charts/fluent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ fluentd:
480480
registry: ghcr.io
481481
repository: fluent/fluent-operator/fluentd
482482
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluentd
483-
tag: v1.19.0
483+
tag: v1.19.1
484484

485485
# Numbers of the Fluentd instance
486486
# Applicable when the mode is "collector", and will be ignored when the mode is "agent"

cmd/fluent-watcher/fluentd/VERSION

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

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.0
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
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.0
14+
image: ghcr.io/fluent/fluent-operator/fluentd:v1.19.1
1515
fluentdCfgSelector:
1616
matchLabels:
1717
config.fluentd.fluent.io/enabled: "true"

0 commit comments

Comments
 (0)