feat: Update Unifi to v7 (#1502)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-04-13 16:14:51 +02:00 committed by GitHub
parent 32e06cf5ff
commit 989083decc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v6.5.55 appVersion: v7.0.25
description: Ubiquiti Network's Unifi Controller description: Ubiquiti Network's Unifi Controller
name: unifi name: unifi
version: 4.7.0 version: 4.8.0
keywords: keywords:
- ubiquiti - ubiquiti
- unifi - unifi
@ -26,5 +26,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Upgraded `mongodb` chart dependency to version `10.31.5`. description: Updated Unifi version to version `v7.0.25`.
artifacthub.io/containsSecurityUpdates: "true"

View File

@ -8,8 +8,8 @@
image: image:
# -- image repository # -- image repository
repository: jacobalberty/unifi repository: jacobalberty/unifi
# -- image tag # @default -- chart.appVersion
tag: v6.5.55 tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent