[bitnami/kubernetes-event-exporter] Release 2.4.6 (#17811)

* [bitnami/kubernetes-event-exporter] Release 2.4.6 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-07-21 13:59:41 +02:00
committed by GitHub
parent 8ad039e36f
commit 850f45a481
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.1.0
appVersion: 1.2.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -28,4 +28,4 @@ maintainers:
name: kubernetes-event-exporter
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
version: 2.4.5
version: 2.4.6

View File

@@ -81,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-r68` |
| `image.tag` | Container image tag | `1.2.0-debian-11-r0` |
| `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

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