Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Nov 8, 2024
1 parent c128735 commit 7bf1bef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/fluent-bit-out-hsdp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- fluent-bit
- fluentd
- hsdp
version: 0.11.0
appVersion: 2.2.0
version: 0.12.0
appVersion: 2.6.0
icon: https://fluentbit.io/images/logo.svg
home: https://github.com/philips-software/fluent-bit-out-hsdp
sources:
Expand Down
11 changes: 9 additions & 2 deletions charts/fluent-bit-out-hsdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square)
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)

Installs the Fluentbit HSP out plugin.

Expand All @@ -24,6 +24,13 @@ To uninstall the Helm chart run following command.
```shell
helm uninstall [RELEASE_NAME]
```
## Development

```shell
helm dependency update charts/fluent-bit-out-hsdp
helm dependency build charts/fluent-bit-out-hsdp
helm-docs -g charts/go-hello-world
```

## Maintainers

Expand Down Expand Up @@ -59,7 +66,7 @@ helm uninstall [RELEASE_NAME]
| fluent-bit.initContainers[0].command[0] | string | `"cp"` | |
| fluent-bit.initContainers[0].command[1] | string | `"/plugins/out_hsdp.so"` | |
| fluent-bit.initContainers[0].command[2] | string | `"/out"` | |
| fluent-bit.initContainers[0].image | string | `"ghcr.io/philips-software/fluent-bit-out-hsdp:2.2.0"` | |
| fluent-bit.initContainers[0].image | string | `"ghcr.io/philips-software/fluent-bit-out-hsdp:2.6.0"` | |
| fluent-bit.initContainers[0].name | string | `"copy-plugin"` | |
| fluent-bit.initContainers[0].resources.limits.cpu | string | `"500m"` | |
| fluent-bit.initContainers[0].resources.limits.memory | string | `"512Mi"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-bit-out-hsdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fluent-bit:
name: plugins
initContainers:
- name: copy-plugin
image: ghcr.io/philips-software/fluent-bit-out-hsdp:2.2.0
image: ghcr.io/philips-software/fluent-bit-out-hsdp:2.6.0
command: ['cp', '/plugins/out_hsdp.so', '/out']
volumeMounts:
- mountPath: /out
Expand Down

0 comments on commit 7bf1bef

Please sign in to comment.