[stable/rabbitmq] Update rabbitmq supported ver. (#5743)

The previous information around supported k8s versions in the rabbitmq
chart was incorrect. It said this chart could be used with k8s 1.4+ with
the beta APIs enabled. However, the statefulset utilized
apps/v1beta2, which is only available in 1.8+. Supporting 1.8+
corresponds with the overall Charts policy of supporting the current and
previous minor release (in this case, 1.10 and 1.9).)
This commit is contained in:
Matt McNaughton
2018-05-24 06:23:32 -07:00
committed by k8s-ci-robot
parent 8cf97fb5aa
commit ae9f9045db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: rabbitmq
version: 1.1.2
version: 1.1.3
appVersion: 3.7.5
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
+1 -1
View File
@@ -14,7 +14,7 @@ This chart bootstraps a [RabbitMQ](https://github.com/bitnami/bitnami-docker-rab
## Prerequisites
- Kubernetes 1.4+ with Beta APIs enabled
- Kubernetes 1.8+
- PV provisioner support in the underlying infrastructure
## Installing the Chart