Skip to content

Commit

Permalink
Update /stable/rabbitmq/README.md (helm#4493)
Browse files Browse the repository at this point in the history
* Add version for rabbitmq

Add version for rabbitmq

* Update /stable/rabbitmq/README.md

Update /stable/rabbitmq/README.md
  • Loading branch information
AdamDang authored and k8s-ci-robot committed Mar 29, 2018
1 parent 6b08faf commit acaa6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rabbitmq
version: 0.6.26
version: 0.6.27
appVersion: 3.7.4
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $ helm install --name my-release -f values.yaml stable/rabbitmq

The [Bitnami RabbitMQ](https://github.com/bitnami/bitnami-docker-rabbitmq) image stores the RabbitMQ data and configurations at the `/bitnami/rabbitmq` path of the container.

The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. By default, the volume is created using dynamic volume provisioning. An existing PersistentVolumeClaim can also be defined.
The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. By default, the volume is created using dynamic volume provisioning. An existing PersistentVolumeClaim can also be defined.

### Existing PersistentVolumeClaims

Expand Down

0 comments on commit acaa6dc

Please sign in to comment.