Skip to content

Commit

Permalink
Merge pull request #1464 from fluent/bump-fb-to-3.2.5
Browse files Browse the repository at this point in the history
Bump fluent-bit to 3.2.5
  • Loading branch information
wenchajun authored Feb 9, 2025
2 parents 6c6016a + 42c7906 commit 04a4181
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ fluentbit:

image:
repository: "ghcr.io/fluent/fluent-operator/fluent-bit"
tag: "3.1.8"
tag: "3.2.5"
# fluentbit resources. If you do want to specify resources, adjust them as necessary
# You can adjust it based on the log volume.
resources:
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.4
3.2.5
2 changes: 1 addition & 1 deletion config/samples/fluentbit_v1alpha2_fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
imagePullPolicy: IfNotPresent
positionDB:
hostPath:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/kubeedge/fluentbit-fluentbit-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/logging-stack/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
positionDB:
hostPath:
path: /var/lib/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
fluentBitConfigName: fluent-bit-config

---
Expand Down
2 changes: 1 addition & 1 deletion manifests/regex-parser/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
labels:
app.kubernetes.io/name: fluent-bit
spec:
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.8
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.2.5
fluentBitConfigName: fluent-bit-config

0 comments on commit 04a4181

Please sign in to comment.