[stable/rabbitmq] Release 0.5.3 (#1174)

* rabbitmq: update to `bitnami/rabbitmq:3.6.10-r0`

* rabbitmq: bump chart version to `0.5.3`

* rabbitmq: be less strict with the health probes
This commit is contained in:
Bitnami Bot
2017-06-06 17:25:28 -07:00
committed by Lachlan Evenson
parent 6c281d4b1c
commit 8a2ba86a8a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 0.5.2
version: 0.5.3
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
- rabbitmq
+6 -4
View File
@@ -56,15 +56,17 @@ spec:
command:
- rabbitmqctl
- status
initialDelaySeconds: 30
initialDelaySeconds: 120
timeoutSeconds: 5
failureThreshold: 6
readinessProbe:
exec:
command:
- rabbitmqctl
- status
initialDelaySeconds: 5
timeoutSeconds: 1
initialDelaySeconds: 10
timeoutSeconds: 3
periodSeconds: 5
volumeMounts:
- name: data
mountPath: /bitnami/rabbitmq
@@ -74,7 +76,7 @@ spec:
- name: data
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim | default (include "fullname" .) }}
claimName: {{ .Values.persistence.existingClaim | default (include "fullname" .) }}
{{- else }}
emptyDir: {}
{{- end -}}
+1 -1
View File
@@ -1,7 +1,7 @@
## Bitnami RabbitMQ image version
## ref: https://hub.docker.com/r/bitnami/rabbitmq/tags/
##
image: bitnami/rabbitmq:3.6.9-r1
image: bitnami/rabbitmq:3.6.10-r0
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'