Skip to content

Commit

Permalink
CHORE Updated fluentbit deployments to new image (#402)
Browse files Browse the repository at this point in the history
* CHORE Updated fluentbit deployments to new image

* DOC Remove extra newline in CHANGELOG
  • Loading branch information
MichaelBriggs-Coralogix authored Apr 24, 2024
1 parent 5a23abd commit fc4890b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
### v3.0.2 / 2024-04-24

* [UPGRADE] Upgrade Fluentbit version to v3.0.2
* [UPGRADE] Upgrade Fluentbit Helm chart dependency to 0.46.2

### v2.2.0 / 2023-11-23

Expand Down
6 changes: 3 additions & 3 deletions logs/fluent-bit/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: fluent-bit-http
description: Fluent-Bit Chart with HTTP output plugin
version: 2.2.0
appVersion: 2.2.0
version: 3.0.2
appVersion: 3.0.2
keywords:
- Fluent-Bit
- HTTP output plugin
dependencies:
- name: fluent-bit
version: "0.40.0"
version: "0.46.2"
repository: https://fluent.github.io/helm-charts
sources:
- https://github.com/fluent/fluent-bit/
Expand Down
2 changes: 1 addition & 1 deletion logs/fluent-bit/k8s-helm/http/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fluent-bit:

image:
repository: coralogixrepo/coralogix-fluent-bit-multiarch
tag: v2.2.0
tag: v3.0.2

serviceMonitor:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion logs/fluent-bit/k8s-manifest/fluentbit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: fluent-bit
image: "coralogixrepo/coralogix-fluent-bit-multiarch:v2.1.3"
image: "coralogixrepo/coralogix-fluent-bit-multiarch:v3.0.2"
imagePullPolicy: Always
env:
- name: HOSTNAME
Expand Down

0 comments on commit fc4890b

Please sign in to comment.