[unifi] Upgraded unifi image to version 6.5.55. (#1383)

This commit is contained in:
Rickard Schoultz 2022-01-24 06:48:40 +01:00 committed by GitHub
parent 8c3edda840
commit 000771d79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 11 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v6.5.54 appVersion: v6.5.55
description: Ubiquiti Network's Unifi Controller description: Ubiquiti Network's Unifi Controller
name: unifi name: unifi
version: 4.6.0 version: 4.6.1
keywords: keywords:
- ubiquiti - ubiquiti
- unifi - unifi
@ -26,6 +26,8 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`. description: Upgraded `jacobalberty/unifi` image to version `v6.5.55`.
- kind: changed links:
description: Upgraded `mongodb` chart dependency to version `10.30.12`. - name: Update to v6.5.55 to address log4j2 CVE
url: https://github.com/k8s-at-home/charts/issues/1382
artifacthub.io/containsSecurityUpdates: "true"

View File

@ -1,6 +1,6 @@
# unifi # unifi
![Version: 4.6.0](https://img.shields.io/badge/Version-4.6.0-informational?style=flat-square) ![AppVersion: v6.5.54](https://img.shields.io/badge/AppVersion-v6.5.54-informational?style=flat-square) ![Version: 4.6.1](https://img.shields.io/badge/Version-4.6.1-informational?style=flat-square) ![AppVersion: v6.5.55](https://img.shields.io/badge/AppVersion-v6.5.55-informational?style=flat-square)
Ubiquiti Network's Unifi Controller Ubiquiti Network's Unifi Controller
@ -128,7 +128,7 @@ service:
| env.UNIFI_UID | string | `"999"` | Specify the user ID the application will run as | | env.UNIFI_UID | string | `"999"` | Specify the user ID the application will run as |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jacobalberty/unifi"` | image repository | | image.repository | string | `"jacobalberty/unifi"` | image repository |
| image.tag | string | `"v6.5.54"` | image tag | | image.tag | string | `"v6.5.55"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | 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. | | 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) | | 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) |
@ -145,7 +145,7 @@ service:
## Changelog ## Changelog
### Version 4.6.0 ### Version 4.6.1
#### Added #### Added
@ -153,8 +153,7 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version `4.3.0`. * Upgraded `jacobalberty/unifi` image to version `v6.5.55`.
* Upgraded `mongodb` chart dependency to version `10.30.12`.
#### Fixed #### Fixed

View File

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