From 989083deccf4723f6f1eda795ae1463001ff7c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Wed, 13 Apr 2022 16:14:51 +0200 Subject: [PATCH] feat: Update Unifi to v7 (#1502) --- charts/stable/unifi/Chart.yaml | 7 +++---- charts/stable/unifi/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index c2d41b94..917fcc4a 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v6.5.55 +appVersion: v7.0.25 description: Ubiquiti Network's Unifi Controller name: unifi -version: 4.7.0 +version: 4.8.0 keywords: - ubiquiti - unifi @@ -26,5 +26,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `mongodb` chart dependency to version `10.31.5`. - artifacthub.io/containsSecurityUpdates: "true" + description: Updated Unifi version to version `v7.0.25`. diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index ac36779e..52912bed 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: jacobalberty/unifi - # -- image tag - tag: v6.5.55 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent