mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[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:
committed by
Lachlan Evenson
parent
6c281d4b1c
commit
8a2ba86a8a
@@ -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
|
||||
|
||||
@@ -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,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'
|
||||
|
||||
Reference in New Issue
Block a user