[stable/gocd] Update k8s supported versions (#21669)

* [stable/gocd] Update k8s supported versions to 1.14+.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
This commit is contained in:
Varsha Varadarajan
2020-03-28 22:59:52 -07:00
committed by GitHub
parent 19856ac9ca
commit 0bc97083e2
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 1.25.1
* [b70dd76](https://github.com/kubernetes/charts/commit/b70dd76): Update k8s supported versions to 1.14+.
### 1.25.0
* [21277f47](https://github.com/kubernetes/charts/commit/21277f47): Add docs for ingress
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 1.25.0
version: 1.25.1
appVersion: 20.2.0
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png
+1 -1
View File
@@ -12,7 +12,7 @@ To quickly build your first pipeline while learning key GoCD concepts, visit the
## Prerequisites
- Kubernetes 1.13+ with Beta APIs enabled
- Kubernetes 1.14+ with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
- LoadBalancer support or Ingress Controller
- Ensure that the service account used for starting tiller has enough permissions to create a role.