Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
[unifi] Upgraded unifi image to version 6.5.55. (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoultz authored Jan 24, 2022
1 parent 8c3edda commit 000771d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
12 changes: 7 additions & 5 deletions charts/stable/unifi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: v6.5.54
appVersion: v6.5.55
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 4.6.0
version: 4.6.1
keywords:
- ubiquiti
- unifi
Expand All @@ -26,6 +26,8 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `common` chart dependency to version `4.3.0`.
- kind: changed
description: Upgraded `mongodb` chart dependency to version `10.30.12`.
description: Upgraded `jacobalberty/unifi` image to version `v6.5.55`.
links:
- name: Update to v6.5.55 to address log4j2 CVE
url: https://github.com/k8s-at-home/charts/issues/1382
artifacthub.io/containsSecurityUpdates: "true"
9 changes: 4 additions & 5 deletions charts/stable/unifi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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

Expand Down Expand Up @@ -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.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.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) |
Expand All @@ -145,16 +145,15 @@ service:

## Changelog

### Version 4.6.0
### Version 4.6.1

#### Added

N/A

#### Changed

* Upgraded `common` chart dependency to version `4.3.0`.
* Upgraded `mongodb` chart dependency to version `10.30.12`.
* Upgraded `jacobalberty/unifi` image to version `v6.5.55`.

#### Fixed

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image repository
repository: jacobalberty/unifi
# -- image tag
tag: v6.5.54
tag: v6.5.55
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 000771d

Please sign in to comment.