Skip to content

Commit

Permalink
[otel-integration] fix support for openshift (#320) (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Povilas Versockas <[email protected]>
  • Loading branch information
nicolastakashi and povilasv authored Oct 31, 2023
1 parent 9c4a2da commit a7f449a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions logs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

## Fluent-Bit

### v2.1.4 / 2023-06-21

[CHANGE] Fixing SUB_SYSTEM_SYSTEMD value.

### v2.1.3 / 2023-06-21

* [UPGRADE] Upgrade Fluent-bit version to 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion logs/fluent-bit/k8s-helm/http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fluent-bit-http
description: Fluent-Bit Chart with HTTP output plugin
version: 2.1.3
version: 2.1.4
appVersion: 2.1.3
keywords:
- 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 @@ -75,7 +75,7 @@ fluent-bit:
- name: APP_NAME_SYSTEMD
value: systemd
- name: SUB_SYSTEM_SYSTEMD
value: SYSLOG_IDENTIFIER
value: kubelet
- name: HOSTNAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit a7f449a

Please sign in to comment.