Skip to content

Commit

Permalink
Merge pull request #24 from huanggze/master
Browse files Browse the repository at this point in the history
bump fluent bit version to v1.5.0
  • Loading branch information
Benjamin Huo authored Jul 27, 2020
2 parents b34b1ee + 3961b1c commit 41542bb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Success!

## API Doc

The listing below shows supported plugins currently. It is based on Fluent Bit v1.3.7. For more information, see API docs of each plugin.
The listing below shows supported plugins currently. It is based on Fluent Bit v1.5.0. For more information, see API docs of each plugin.

- [Input](docs/crd.md#input)
- [dummy](docs/plugins/input/dummy.md)
Expand Down
2 changes: 1 addition & 1 deletion config/samples/logging_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: kubespheredev/fluent-bit:v1.3.7
image: kubespheredev/fluent-bit:v1.5.0
imagePullPolicy: IfNotPresent
positionDB:
emptyDir: {}
Expand Down
4 changes: 2 additions & 2 deletions manifests/logging-stack/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
namespace: kubesphere-logging-system
labels:
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: v1.3.7
app.kubernetes.io/version: v1.5.0
spec:
image: kubespheredev/fluent-bit:v1.3.7
image: kubespheredev/fluent-bit:v1.5.0
positionDB:
emptyDir: {}
fluentBitConfigName: fluent-bit-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kubesphere-logging-system
labels:
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: v1.3.7
app.kubernetes.io/version: v1.5.0
spec:
service:
parsersFile: parsers.conf
Expand Down
4 changes: 2 additions & 2 deletions manifests/quick-start/fluentbit-fluentBit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kubesphere-logging-system
labels:
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: v1.3.7
app.kubernetes.io/version: v1.5.0
spec:
image: kubespheredev/fluent-bit:v1.3.7
image: kubespheredev/fluent-bit:v1.5.0
fluentBitConfigName: fluent-bit-config
2 changes: 1 addition & 1 deletion manifests/quick-start/fluentbitconfig-fluentBitConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kubesphere-logging-system
labels:
app.kubernetes.io/name: fluent-bit
app.kubernetes.io/version: v1.3.7
app.kubernetes.io/version: v1.5.0
spec:
inputSelector:
matchLabels:
Expand Down

0 comments on commit 41542bb

Please sign in to comment.