[bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin (#2173)

* [bitnami/rabbitmq] Add events create rule, needed by the rabbitmq_peer_discovery_k8s plugin

* [bitnami/rabbitmq] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Guillaume Lecerf
2020-04-01 13:51:46 +02:00
committed by GitHub
parent 7b7cfc9be5
commit 57f70743e4
4 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 6.21.1
version: 6.22.0
appVersion: 3.8.3
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:

View File

@@ -13,4 +13,7 @@ rules:
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["get"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create"]
{{- end }}

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.3-debian-10-r28
tag: 3.8.3-debian-10-r29
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb
@@ -407,7 +407,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/rabbitmq-exporter
tag: 0.29.0-debian-10-r64
tag: 0.29.0-debian-10-r65
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/rabbitmq
tag: 3.8.3-debian-10-r28
tag: 3.8.3-debian-10-r29
## set to true if you would like to see extra information on logs
## it turns BASH and NAMI debugging in minideb
@@ -390,7 +390,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/rabbitmq-exporter
tag: 0.29.0-debian-10-r64
tag: 0.29.0-debian-10-r65
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.