Skip to content

Commit

Permalink
feat(fluent-bit): Updated configmap-reload image to 0.14.0 (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Nov 22, 2024
1 parent 0a09732 commit 89c9dbb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords:
- logging
- fluent-bit
- fluentd
version: 0.48.0
version: 0.48.1
appVersion: 3.2.1
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
home: https://fluentbit.io/
Expand All @@ -23,4 +23,4 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated Fluent Bit OCI image to v3.2.1."
description: "Updated configmap-reload image to v0.14.0"
9 changes: 9 additions & 0 deletions charts/fluent-bit/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ logLevel: debug
dashboards:
enabled: true
deterministicUid: true

config:
outputs: |
[OUTPUT]
name stdout
match *
hotReload:
enabled: true
2 changes: 1 addition & 1 deletion charts/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ hotReload:
enabled: false
image:
repository: ghcr.io/jimmidyson/configmap-reload
tag: v0.11.1
tag: v0.14.0
digest:
pullPolicy: IfNotPresent
resources: {}

0 comments on commit 89c9dbb

Please sign in to comment.