Skip to content

Commit 7ff1718

Browse files
author
Bitnami Bot
authored
[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>
1 parent 8c69d36 commit 7ff1718

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

bitnami/kubernetes-event-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ name: kubernetes-event-exporter
2626
sources:
2727
- https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter
2828
- https://github.com/resmoio/kubernetes-event-exporter
29-
version: 2.2.1
29+
version: 2.2.2

bitnami/kubernetes-event-exporter/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ The command removes all the Kubernetes components associated with the chart and
5858
| `global.imageRegistry` | Global Docker image registry | `""` |
5959
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
6060

61-
6261
### Common parameters
6362

6463
| Name | Description | Value |
@@ -73,7 +72,6 @@ The command removes all the Kubernetes components associated with the chart and
7372
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
7473
| `extraDeploy` | Array of extra objects to deploy with the release (evaluated as a template) | `[]` |
7574

76-
7775
### Kubernetes Event Exporter parameters
7876

7977
| Name | Description | Value |
@@ -83,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
8381
| `extraContainerPorts` | Optionally specify extra list of additional port-mappings for the container | `[]` |
8482
| `image.registry` | Container image registry | `docker.io` |
8583
| `image.repository` | Container image name | `bitnami/kubernetes-event-exporter` |
86-
| `image.tag` | Container image tag | `1.1.0-debian-11-r21` |
84+
| `image.tag` | Container image tag | `1.1.0-debian-11-r22` |
8785
| `image.digest` | Container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8886
| `image.pullPolicy` | Container image pull policy | `IfNotPresent` |
8987
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

bitnami/kubernetes-event-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ image:
7171
##
7272
registry: docker.io
7373
repository: bitnami/kubernetes-event-exporter
74-
tag: 1.1.0-debian-11-r21
74+
tag: 1.1.0-debian-11-r22
7575
digest: ""
7676
## Specify a imagePullPolicy
7777
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)