mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/kubernetes-event-exporter] Add clusterName config setting to values (#32852)
* [bitnami/kubernetes-event-exporter] Add clusterName config setting to values Signed-off-by: Chris McDonnell <chris.mcdonnell@tstllc.net> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Chris McDonnell <chris.mcdonnell@tstllc.net> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.4.5 (2025-04-01)
|
||||
## 3.5.0 (2025-04-08)
|
||||
|
||||
* [bitnami/kubernetes-event-exporter] Release 3.4.5 ([#32742](https://github.com/bitnami/charts/pull/32742))
|
||||
* [bitnami/kubernetes-event-exporter] Add clusterName config setting to values ([#32852](https://github.com/bitnami/charts/pull/32852))
|
||||
|
||||
## <small>3.4.5 (2025-04-01)</small>
|
||||
|
||||
* [bitnami/kubernetes-event-exporter] Release 3.4.5 (#32742) ([ec49159](https://github.com/bitnami/charts/commit/ec491594d18b52c631f8b5242676a8a9930febc8)), closes [#32742](https://github.com/bitnami/charts/issues/32742)
|
||||
|
||||
## <small>3.4.4 (2025-03-17)</small>
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: kubernetes-event-exporter
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
|
||||
version: 3.4.5
|
||||
version: 3.5.0
|
||||
|
||||
@@ -130,6 +130,7 @@ To back up and restore Helm chart deployments on Kubernetes, you need to back up
|
||||
| `hostAliases` | Add deployment host aliases | `[]` |
|
||||
| `config.logLevel` | Verbosity of the logs (options: `fatal`, `error`, `warn`, `info` or `debug`) | `debug` |
|
||||
| `config.logFormat` | How the logs are formatted. Allowed values: `pretty` or `json` | `pretty` |
|
||||
| `config.clusterName` | The name of the kubernetes cluster that the events are originating from | `""` |
|
||||
| `config.receivers` | Array containing event receivers | `[]` |
|
||||
| `config.route.routes` | Array containing event route configuration | `[]` |
|
||||
| `rbac.create` | Create the RBAC roles for API accessibility | `true` |
|
||||
|
||||
@@ -118,12 +118,14 @@ hostAliases: []
|
||||
## ref: https://github.com/resmoio/kubernetes-event-exporter#configuration
|
||||
## @param config.logLevel Verbosity of the logs (options: `fatal`, `error`, `warn`, `info` or `debug`)
|
||||
## @param config.logFormat How the logs are formatted. Allowed values: `pretty` or `json`
|
||||
## @param config.clusterName The name of the kubernetes cluster that the events are originating from
|
||||
## @param config.receivers [array] Array containing event receivers
|
||||
## @param config.route.routes [array] Array containing event route configuration
|
||||
##
|
||||
config:
|
||||
logLevel: debug
|
||||
logFormat: pretty
|
||||
clusterName: ""
|
||||
receivers:
|
||||
- name: "dump"
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user