Skip to content

Commit 0a09732

Browse files
authored
feat(fluent-bit): Updated image to 3.2.1 (#571)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
1 parent 83176e0 commit 0a09732

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

charts/fluent-bit/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- logging
66
- fluent-bit
77
- fluentd
8-
version: 0.47.11
9-
appVersion: 3.1.10
8+
version: 0.48.0
9+
appVersion: 3.2.1
1010
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
1111
home: https://fluentbit.io/
1212
sources:
@@ -23,4 +23,4 @@ maintainers:
2323
annotations:
2424
artifacthub.io/changes: |
2525
- kind: changed
26-
description: "Updated Fluent Bit OCI image to v3.1.10"
26+
description: "Updated Fluent Bit OCI image to v3.2.1."

charts/fluent-bit/values.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
# Set to "-" to not use the default value
1313
tag:
1414
digest:
15-
pullPolicy: Always
15+
pullPolicy: IfNotPresent
1616

1717
testFramework:
1818
enabled: true
@@ -98,14 +98,13 @@ service:
9898
# nodePort: 30020
9999
# clusterIP: 172.16.10.1
100100
annotations: {}
101-
# prometheus.io/path: "/api/v1/metrics/prometheus"
102-
# prometheus.io/port: "2020"
103-
# prometheus.io/scrape: "true"
101+
# prometheus.io/path: "/api/v1/metrics/prometheus"
102+
# prometheus.io/port: "2020"
103+
# prometheus.io/scrape: "true"
104104
externalIPs: []
105105
# externalIPs:
106106
# - 2.2.2.2
107107

108-
109108
serviceMonitor:
110109
enabled: false
111110
# namespace: monitoring

0 commit comments

Comments
 (0)