Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b5c5126
update fluentd to latest 1.19
discostur Nov 18, 2025
dbc62bf
build(deps): bump the github-actions group across 1 directory with 3 …
dependabot[bot] Jan 6, 2026
63ef2c1
Update Chart.yaml (#666)
Xelus22 Jan 6, 2026
536127e
bump 1.19.1
discostur Jan 12, 2026
4218fe8
improve debian version string
discostur Jan 12, 2026
04fdc19
feat: Add fluent-bit charts for specific use cases (#665)
stevehipwell Jan 16, 2026
f51581f
chore: Add artifact hub metadata (#671)
stevehipwell Jan 19, 2026
5f8f68a
build(deps): bump tj-actions/changed-files in the github-actions grou…
dependabot[bot] Jan 20, 2026
96bf2bd
chore: Update codeowners (#678)
stevehipwell Jan 21, 2026
8aa7944
build(deps): bump the github-actions group with 2 updates (#680)
dependabot[bot] Jan 21, 2026
6874ae8
chore: Update tooling (#685)
stevehipwell Jan 22, 2026
6a5df78
feat(fluent-bit): Update image to v4.2.2 (#684)
stevehipwell Jan 22, 2026
01deb65
ci: add stale checks matching Fluent Bit (#686)
patrick-stephens Jan 22, 2026
bb70bf9
Update CODEOWNERS for fluent-operator chart
marcofranssen Jan 22, 2026
9937c84
ci: make stale check manually triggerable (#688)
patrick-stephens Jan 23, 2026
226fce9
Merge branch 'main' into bump-fluentd-version-1-19
discostur Jan 23, 2026
69f47e8
Merge branch 'main' into bump-fluentd-version-1-19
discostur Feb 27, 2026
5f87ab6
Add CHANGELOG.md for fluentd chart
discostur Feb 27, 2026
092ad0d
Merge branch 'main' into bump-fluentd-version-1-19
discostur Mar 16, 2026
d15636e
fix(fluentd): restore variant in default tag and update default to el…
discostur Mar 16, 2026
29c4dd0
bump version 1.19.2
discostur Mar 16, 2026
404b544
bump 1.19.2
discostur Mar 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions charts/fluentd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Fluentd Helm Chart Changelog

> [!NOTE]
> All notable changes to this project will be documented in this file; the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!--
### Added - For new features.
### Changed - For changes in existing functionality.
### Deprecated - For soon-to-be removed features.
### Removed - For now removed features.
### Fixed - For any bug fixes.
### Security - In case of vulnerabilities.
-->

## [UNRELEASED]

### Changed

- Update Fluentd OCI image to [v1.19.1](https://github.com/fluent/fluentd/releases/tag/v1.19.1). ([#661](https://github.com/fluent/helm-charts/pull/661)) _@discostur_

## [v0.5.3] - 2025-05-05

<!--
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/fluent/helm-charts/tree/main/charts/fluentd
[v0.5.3]: https://github.com/fluent/helm-charts/releases/tag/fluentd-0.5.3
2 changes: 1 addition & 1 deletion charts/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: fluentd
description: A Helm chart for Kubernetes
# type: application
version: 0.5.3
appVersion: v1.17.1
appVersion: v1.19.1
icon: https://www.fluentd.org/images/miscellany/fluentd-logo_2x.png
home: https://www.fluentd.org/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd/templates/_pod.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "fluentd.pod" -}}
{{- $defaultTag := printf "%s-debian-%s-1.2" (.Chart.AppVersion) (.Values.variant) -}}
{{- $defaultTag := printf "%s-debian-1" (.Chart.AppVersion) -}}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
Expand Down
Loading