From 73956c3eed1d67e0b75e3429db1f940a793501d8 Mon Sep 17 00:00:00 2001 From: nreisbeck <10735102+nreisbeck@users.noreply.github.com> Date: Sat, 19 Jan 2019 20:25:53 -0800 Subject: [PATCH] stable/unifi/README.md: fix current version (#10784) Signed-off-by: Nolan Reisbeck --- charts/unifi/Chart.yaml | 2 +- charts/unifi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 71aa03f3..f32a92e2 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -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 diff --git a/charts/unifi/README.md b/charts/unifi/README.md index dda6bd06..097d8386 100644 --- a/charts/unifi/README.md +++ b/charts/unifi/README.md @@ -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` |