[stable/redis] Update redis supported versions (#5739)

The previous information around supported k8s versions in the `redis`
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:18:30 -07:00
committed by k8s-ci-robot
parent d207b1506d
commit 8cf97fb5aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: redis
version: 3.3.1
version: 3.3.2
appVersion: 4.0.9
description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
keywords:
+1 -1
View File
@@ -20,7 +20,7 @@ This chart bootstraps a [Redis](https://github.com/bitnami/bitnami-docker-redis)
## Prerequisites
- Kubernetes 1.4+ with Beta APIs enabled
- Kubernetes 1.8+
- PV provisioner support in the underlying infrastructure
## Installing the Chart