stable/unifi/README.md: fix current version (#10784)

Signed-off-by: Nolan Reisbeck <nolan.reisbeck@gmail.com>
This commit is contained in:
nreisbeck 2019-01-19 20:25:53 -08:00 committed by Kubernetes Prow Robot
parent ea926e36fc
commit 40af1115f9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 5.9.29
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 0.2.7
version: 0.2.8
keywords:
- ubiquiti
- unifi

View File

@ -37,7 +37,7 @@ The following tables lists the configurable parameters of the Unifi chart and th
| Parameter | Description | Default |
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| `image.repository` | Image repository | `jacobalberty/unifi` |
| `image.tag` | Image tag. Possible values listed [here][docker]. | `5.8.23` |
| `image.tag` | Image tag. Possible values listed [here][docker]. | `5.9.29` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `guiService.type` | Kubernetes service type for the Unifi GUI | `ClusterIP` |
| `guiService.port` | Kubernetes port where the Unifi GUI is exposed | `8443` |