Skip to content

Commit 0d8df87

Browse files
authored
update fluentbit to v3.1.0 (#1233)
* update fluentbit to v3.1.0 Signed-off-by: dehaocheng <[email protected]> * update fluentbit to v3.1.0 Signed-off-by: dehaocheng <[email protected]> --------- Signed-off-by: dehaocheng <[email protected]>
1 parent f39b24f commit 0d8df87

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

.github/workflows/build-fb-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
docker_tag_version:
77
description: 'Fluent Bit image release version'
88
required: true
9-
default: '3.0.7'
9+
default: '3.1.0'
1010

1111
env:
1212
DOCKER_REPO: 'kubesphere'

charts/fluent-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ description: A Helm chart for Kubernetes
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.9.0
18+
version: 3.0.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 2.9.0
23+
appVersion: 3.0.0
2424

2525
dependencies:
2626
- name: fluent-bit-crds

charts/fluent-operator/charts/fluent-bit-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 2.9.0
17+
version: 3.0.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "2.8.0"
23+
appVersion: "3.0.0"

charts/fluent-operator/charts/fluentd-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ description: A Helm chart delivering fluentd controller CRDS
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 2.9.0
17+
version: 3.0.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
2222
# It is recommended to use it with quotes.
23-
appVersion: "2.8.0"
23+
appVersion: "3.0.0"

charts/fluent-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fluentbit:
8383
metricRelabelings: []
8484
image:
8585
repository: "ghcr.io/fluent/fluent-operator/fluent-bit"
86-
tag: "3.0.7"
86+
tag: "3.1.0"
8787
# fluentbit resources. If you do want to specify resources, adjust them as necessary
8888
# You can adjust it based on the log volume.
8989
resources:

cmd/fluent-watcher/fluentbit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /code
66
RUN echo $(ls -al /code)
77
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
88

9-
FROM fluent/fluent-bit:3.0.7
9+
FROM fluent/fluent-bit:3.1.0
1010
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
1111

1212
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/

cmd/fluent-watcher/fluentbit/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /code
66
RUN echo $(ls -al /code)
77
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
88

9-
FROM fluent/fluent-bit:3.0.7-debug
9+
FROM fluent/fluent-bit:3.1.0-debug
1010
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
1111

1212
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/

manifests/kubeedge/fluentbit-fluentbit-edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: fluent-bit
88
spec:
9-
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
9+
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.0
1010
positionDB:
1111
hostPath:
1212
path: /var/lib/fluent-bit/

manifests/logging-stack/fluentbit-fluentBit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: fluent-bit
88
spec:
9-
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
9+
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.0
1010
positionDB:
1111
hostPath:
1212
path: /var/lib/fluent-bit/

manifests/quick-start/fluentbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app.kubernetes.io/name: fluent-bit
88
spec:
9-
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.0.7
9+
image: ghcr.io/fluent/fluent-operator/fluent-bit:3.1.0
1010
fluentBitConfigName: fluent-bit-config
1111

1212
---

0 commit comments

Comments
 (0)