File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
cmd/fluent-watcher/fluentbit Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
docker_tag_version :
7
7
description : ' Fluent Bit image release version'
8
8
required : true
9
- default : ' 3.0.7 '
9
+ default : ' 3.1.0 '
10
10
11
11
env :
12
12
DOCKER_REPO : ' kubesphere'
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ description: A Helm chart for Kubernetes
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 2.9 .0
18
+ version : 3.0 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 2.9 .0
23
+ appVersion : 3.0 .0
24
24
25
25
dependencies :
26
26
- name : fluent-bit-crds
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ description: A Helm chart delivering fluenbt-bit controller CRDS
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 2.9 .0
17
+ version : 3.0 .0
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application. Versions are not expected to
21
21
# follow Semantic Versioning. They should reflect the version the application is using.
22
22
# It is recommended to use it with quotes.
23
- appVersion : " 2.8 .0"
23
+ appVersion : " 3.0 .0"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ description: A Helm chart delivering fluentd controller CRDS
14
14
# This is the chart version. This version number should be incremented each time you make changes
15
15
# to the chart and its templates, including the app version.
16
16
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17
- version : 2.9 .0
17
+ version : 3.0 .0
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application. Versions are not expected to
21
21
# follow Semantic Versioning. They should reflect the version the application is using.
22
22
# It is recommended to use it with quotes.
23
- appVersion : " 2.8 .0"
23
+ appVersion : " 3.0 .0"
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ fluentbit:
83
83
metricRelabelings : []
84
84
image :
85
85
repository : " ghcr.io/fluent/fluent-operator/fluent-bit"
86
- tag : " 3.0.7 "
86
+ tag : " 3.1.0 "
87
87
# fluentbit resources. If you do want to specify resources, adjust them as necessary
88
88
# You can adjust it based on the log volume.
89
89
resources :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
6
6
RUN echo $(ls -al /code)
7
7
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
8
8
9
- FROM fluent/fluent-bit:3.0.7
9
+ FROM fluent/fluent-bit:3.1.0
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
6
6
RUN echo $(ls -al /code)
7
7
RUN CGO_ENABLED=0 go build -ldflags '-w -s' -o /fluent-bit/fluent-bit /code/cmd/fluent-watcher/fluentbit/main.go
8
8
9
- FROM fluent/fluent-bit:3.0.7 -debug
9
+ FROM fluent/fluent-bit:3.1.0 -debug
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf conf/fluent-bit.yaml conf/parsers.conf /fluent-bit/etc/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
labels :
7
7
app.kubernetes.io/name : fluent-bit
8
8
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
10
10
positionDB :
11
11
hostPath :
12
12
path : /var/lib/fluent-bit/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
labels :
7
7
app.kubernetes.io/name : fluent-bit
8
8
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
10
10
positionDB :
11
11
hostPath :
12
12
path : /var/lib/fluent-bit/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
labels :
7
7
app.kubernetes.io/name : fluent-bit
8
8
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
10
10
fluentBitConfigName : fluent-bit-config
11
11
12
12
---
You can’t perform that action at this time.
0 commit comments