diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index 8ab8fe3a..c76ab439 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 5.11.50 +appVersion: 5.12.35 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.6.4 +version: 0.6.5 keywords: - ubiquiti - unifi diff --git a/charts/unifi/README.md b/charts/unifi/README.md index e8ac1e82..44f4da61 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 | Default | Description | |-------------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------| | `image.repository` | `jacobalberty/unifi` | Image repository | -| `image.tag` | `5.11.50` | Image tag. Possible values listed [here][docker]. | +| `image.tag` | `5.12.35` | Image tag. Possible values listed [here][docker]. | | `image.pullPolicy` | `IfNotPresent` | Image pull policy | | `strategyType` | `Recreate` | Specifies the strategy used to replace old Pods by new ones | | `guiService.type` | `ClusterIP` | Kubernetes service type for the Unifi GUI | diff --git a/charts/unifi/values.yaml b/charts/unifi/values.yaml index e98ee599..8c69656b 100644 --- a/charts/unifi/values.yaml +++ b/charts/unifi/values.yaml @@ -7,7 +7,7 @@ strategyType: Recreate image: repository: jacobalberty/unifi - tag: 5.11.50 + tag: 5.12.35 pullPolicy: IfNotPresent # If enabled, the controller, discovery, GUI, and STUN services will not be