File tree 10 files changed +12
-12
lines changed
cmd/fluent-watcher/fluentbit
10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
- " pkg/filenotify/**"
14
14
15
15
env :
16
- FB_IMG : ' kubesphere/fluent-bit:v2.1.8 '
17
- FB_IMG_DEBUG : ' kubesphere/fluent-bit:v2.1.8 -debug'
16
+ FB_IMG : ' kubesphere/fluent-bit:v2.1.9 '
17
+ FB_IMG_DEBUG : ' kubesphere/fluent-bit:v2.1.9 -debug'
18
18
19
19
jobs :
20
20
build :
Original file line number Diff line number Diff line change 16
16
- Remove Duplicate Cluster parsers in Fluent-bit config. (#853 )
17
17
- Add option to configure hostNetwork daemonset propertie (#863 )
18
18
- Helm chart generation of ClusterOutput for loki (#865 ) (#906 )
19
- - Bump fluentbit to 2.1.8. (#867 )
20
19
- Add SuppressTypeName option to helm, as newer ES needs it for bulk operation (#869 )
21
20
- Adjusting the parameters of fluentbit (#880 ) @wenchajun
22
21
- Add an extras section to the chart allowing new and less used features of the CRD to be used from the chart (#889 )
23
22
- Add ImagePullSecret for fluentd (#891 )
24
23
- Add compress in fluentbit output es (#899 )
25
24
- Expose ports on collector statefulset (#917 )
25
+ - Bump fluentbit to 2.1.9 (#921 )
26
26
- build(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#844 )
27
27
- build(deps): Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#847 )
28
28
- build(deps): Bump helm/kind-action from 1.7.0 to 1.8.0 (#859 )
Original file line number Diff line number Diff line change 1
1
VERSION? =$(shell cat VERSION | tr -d " \t\n\r")
2
2
# Image URL to use all building/pushing image targets
3
- FB_IMG ?= kubesphere/fluent-bit:v2.1.8
4
- FB_IMG_DEBUG ?= kubesphere/fluent-bit:v2.1.8 -debug
3
+ FB_IMG ?= kubesphere/fluent-bit:v2.1.9
4
+ FB_IMG_DEBUG ?= kubesphere/fluent-bit:v2.1.9 -debug
5
5
FD_IMG ?= kubesphere/fluentd:v1.15.3
6
6
FO_IMG ?= kubesphere/fluent-operator:$(VERSION )
7
7
FD_IMG_BASE ?= kubesphere/fluentd:v1.15.3-arm64-base
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ fluentbit:
71
71
enable : true
72
72
image :
73
73
repository : " kubesphere/fluent-bit"
74
- tag : " v2.1.8 "
74
+ tag : " v2.1.9 "
75
75
# fluentbit resources. If you do want to specify resources, adjust them as necessary
76
76
# You can adjust it based on the log volume.
77
77
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:2.1.8
9
+ FROM fluent/fluent-bit:2.1.9
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf 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:2.1.8 -debug
9
+ FROM fluent/fluent-bit:2.1.9 -debug
10
10
LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
11
11
12
12
COPY conf/fluent-bit.conf 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 : kubesphere/fluent-bit:v2.1.8
9
+ image : kubesphere/fluent-bit:v2.1.9
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 : kubesphere/fluent-bit:v2.1.8
9
+ image : kubesphere/fluent-bit:v2.1.9
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 : kubesphere/fluent-bit:v2.1.8
9
+ image : kubesphere/fluent-bit:v2.1.9
10
10
fluentBitConfigName : fluent-bit-config
11
11
12
12
---
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ metadata:
6
6
labels :
7
7
app.kubernetes.io/name : fluent-bit
8
8
spec :
9
- image : kubesphere/fluent-bit:v2.1.8
9
+ image : kubesphere/fluent-bit:v2.1.9
10
10
fluentBitConfigName : fluent-bit-config
You can’t perform that action at this time.
0 commit comments