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 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
1111env :
1212 DOCKER_REPO : ' kubesphere'
Original file line number Diff line number Diff 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
2525dependencies :
2626 - 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
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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ WORKDIR /code
66RUN echo $(ls -al /code)
77RUN 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
1010LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
1111
1212COPY 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
66RUN echo $(ls -al /code)
77RUN 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
1010LABEL Description="Fluent Bit docker image" Vendor="Fluent" Version="1.0"
1111
1212COPY 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:
66 labels :
77 app.kubernetes.io/name : fluent-bit
88spec :
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/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 labels :
77 app.kubernetes.io/name : fluent-bit
88spec :
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/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 labels :
77 app.kubernetes.io/name : fluent-bit
88spec :
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---
You can’t perform that action at this time.
0 commit comments