[bitnami/kubernetes-event-exporter] Release 0.11.0-debian-11-r27 (#3474)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5a738e6fc0
commit
dca3ab54e1
|
|
@ -6,7 +6,7 @@ ENV HOME="/" \
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.11.0-debian-11-r26" \
|
||||
org.opencontainers.image.ref.name="0.11.0-debian-11-r27" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubernetes-event-exporter" \
|
||||
org.opencontainers.image.title="kubernetes-event-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.11.0"
|
||||
- "latest"
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
> Kubernetes Event Exporter makes it easy to export Kubernetes events to other tools, thereby enabling better event observability, custom alerts and aggregation.
|
||||
|
||||
[Overview of Kubernetes Event Exporter](https://github.com/opsgenie/kubernetes-event-exporter)
|
||||
[Overview of Kubernetes Event Exporter](https://github.com/resmoio/kubernetes-event-exporter)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-11`, `0.11.0`, `0.11.0-debian-11-r26`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubernetes-event-exporter/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.11.0`, `0.11.0-debian-11-r27`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/kubernetes-event-exporter/0/debian-11/Dockerfile)
|
||||
|
||||
## Connecting to other containers
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ Kubernetes Event Exporter is a tool created to be run inside a pod running on Ku
|
|||
|
||||
Configuration is done via a YAML file, when run in Kubernetes, it's in ConfigMap. The tool watches all the events and user has to option to filter out some events, according to their properties.
|
||||
|
||||
For further documentation, please check [Kubernetes Event Exporter documentation](https://github.com/opsgenie/kubernetes-event-exporter#configuration).
|
||||
For further documentation, please check [Kubernetes Event Exporter documentation](https://github.com/resmoio/kubernetes-event-exporter#configuration).
|
||||
|
||||
## Logging
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue