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` |