File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
bitnami/kubernetes-event-exporter Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ name: kubernetes-event-exporter
2626sources :
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
Original file line number Diff line number Diff 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 | ` [] ` |
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments