Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions logshipper/chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: fluent-bit
repository: https://fluent.github.io/helm-charts
version: 0.51.0
digest: sha256:572f5d66860dd5b7f446af39d010d1aa44446042d43d0047f78abb3641ab848e
generated: "2025-08-26T15:09:02.048594889Z"
version: 0.54.0
digest: sha256:22842ab27f2d7ac88ce99a5398dfe63a24c41fc6d539e9178b298475b6e47e63
generated: "2025-11-19T13:58:36.621805891Z"
4 changes: 2 additions & 2 deletions logshipper/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description: A Helm chart for deploying fluent-bit with custom config
maintainers:
- name: ivogoman
type: application
version: 0.7.0
version: 0.8.0
appVersion: 3.2.10

dependencies:
- name: fluent-bit
repository: https://fluent.github.io/helm-charts
version: 0.51.0
version: 0.54.0
Binary file removed logshipper/chart/charts/fluent-bit-0.51.0.tgz
Binary file not shown.
Binary file added logshipper/chart/charts/fluent-bit-0.54.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions logshipper/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ kind: PluginDefinition
metadata:
name: logshipper
spec:
version: 0.7.0
version: 0.8.0
displayName: Fluent-bit Logshipper
description: Logshipping of container logs and systemd with fluent-bit
icon: https://raw.githubusercontent.com/fluent/fluent-bit/master/fluentbit_logo.png
helmChart:
name: logshipper
repository: oci://ghcr.io/cloudoperators/greenhouse-extensions/charts
version: 0.7.0
version: 0.8.0
options:
- name: fluent-bit.parser
description: Parser used for container logs. [docker|cri]
Expand Down
Loading