[unifi] Update AppVersion to v6.5.54 (#1305)

This commit is contained in:
Rafael Fernández López 2021-12-12 17:30:43 +01:00 committed by GitHub
parent b61de0b706
commit 9a585ee3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 7 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v6.2.26
appVersion: v6.5.54
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 4.4.0
version: 4.5.0
keywords:
- ubiquiti
- unifi

View File

@ -1,6 +1,6 @@
# unifi
![Version: 4.4.0](https://img.shields.io/badge/Version-4.4.0-informational?style=flat-square) ![AppVersion: v6.2.26](https://img.shields.io/badge/AppVersion-v6.2.26-informational?style=flat-square)
![Version: 4.5.0](https://img.shields.io/badge/Version-4.5.0-informational?style=flat-square) ![AppVersion: v6.5.54](https://img.shields.io/badge/AppVersion-v6.5.54-informational?style=flat-square)
Ubiquiti Network's Unifi Controller
@ -128,7 +128,7 @@ service:
| env.UNIFI_UID | string | `"999"` | Specify the user ID the application will run as |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jacobalberty/unifi"` | image repository |
| image.tag | string | `"v6.2.26"` | image tag |
| image.tag | string | `"v6.5.54"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| ingress.portal | object | See values.yaml | Enable and configure settings for the captive portal ingress under this key. |
| mongodb | object | See values.yaml | Enable and configure mongodb database subchart under this key. For more options see [mongodb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mongodb) |
@ -149,9 +149,15 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.5.0]
#### Changed
- Bump controller version to 6.5.54
### [4.2.2]
### Fixed
#### Fixed
- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute.

View File

@ -9,9 +9,15 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [4.5.0]
#### Changed
- Bump controller version to 6.5.54
### [4.2.2]
### Fixed
#### Fixed
- Move HTTPS protocol declaration for default web UI port from ingress annotations to service port attribute.

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: jacobalberty/unifi
# -- image tag
tag: v6.2.26
tag: v6.5.54
# -- image pull policy
pullPolicy: IfNotPresent