From ae9f9045db2fb5c6bdb64908b7066de02036e1b4 Mon Sep 17 00:00:00 2001 From: Matt McNaughton Date: Thu, 24 May 2018 09:23:32 -0400 Subject: [PATCH] [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).) --- stable/rabbitmq/Chart.yaml | 2 +- stable/rabbitmq/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/rabbitmq/Chart.yaml b/stable/rabbitmq/Chart.yaml index acb45d40ad..1a4ca4e0b1 100644 --- a/stable/rabbitmq/Chart.yaml +++ b/stable/rabbitmq/Chart.yaml @@ -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: diff --git a/stable/rabbitmq/README.md b/stable/rabbitmq/README.md index ed7980c1c0..aa9d286699 100644 --- a/stable/rabbitmq/README.md +++ b/stable/rabbitmq/README.md @@ -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