Skip to content

Commit

Permalink
adds minimun tiller version in chart and update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril TOVENA authored and markmandel committed Nov 30, 2018
1 parent 4cfb53e commit 007d0ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This chart install the Agones application and defines deployment on a [Kubernete

## Prerequisites

- [Helm](https://docs.helm.sh/helm/) package manager 2.8.0+
- [Helm](https://docs.helm.sh/helm/) package manager 2.10.0+
- Kubernetes 1.9+
- Role-based access controls (RBAC) activated
- MutatingAdmissionWebhook admission controller activated, see [recommendation](https://kubernetes.io/docs/admin/admission-controllers/#is-there-a-recommended-set-of-admission-controllers-to-use)
Expand Down
3 changes: 2 additions & 1 deletion install/helm/agones/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ maintainers:
email: [email protected]
url: https://groups.google.com/forum/#!forum/agones-discuss
engine: gotpl
icon: https://github.com/GoogleCloudPlatform/agones/raw/master/docs/agones.png
icon: https://github.com/GoogleCloudPlatform/agones/raw/master/docs/agones.png
tillerVersion: ">2.10.0"

0 comments on commit 007d0ba

Please sign in to comment.