[bitnami/kubernetes-event-exporter] Release 2.2.2 (#14962)

* [bitnami/kubernetes-event-exporter] Release 2.2.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 16:44:41 +01:00
committed by GitHub
parent 8c69d36314
commit 7ff1718d38
3 changed files with 3 additions and 5 deletions

View File

@@ -26,4 +26,4 @@ name: kubernetes-event-exporter
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter
- https://github.com/resmoio/kubernetes-event-exporter
version: 2.2.1
version: 2.2.2

View File

@@ -58,7 +58,6 @@ The command removes all the Kubernetes components associated with the chart and
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
### Common parameters
| Name | Description | Value |
@@ -73,7 +72,6 @@ The command removes all the Kubernetes components associated with the chart and
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `extraDeploy` | Array of extra objects to deploy with the release (evaluated as a template) | `[]` |
### Kubernetes Event Exporter parameters
| Name | Description | Value |
@@ -83,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
| `extraContainerPorts` | Optionally specify extra list of additional port-mappings for the container | `[]` |
| `image.registry` | Container image registry | `docker.io` |
| `image.repository` | Container image name | `bitnami/kubernetes-event-exporter` |
| `image.tag` | Container image tag | `1.1.0-debian-11-r21` |
| `image.tag` | Container image tag | `1.1.0-debian-11-r22` |
| `image.digest` | Container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Container image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -71,7 +71,7 @@ image:
##
registry: docker.io
repository: bitnami/kubernetes-event-exporter
tag: 1.1.0-debian-11-r21
tag: 1.1.0-debian-11-r22
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'