From 4bde90909aabf512c5849ab0dbb68b0034cef6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?n=CE=B9c=D0=BDola=D1=95=20w=CE=B9lde?= Date: Sat, 1 May 2021 19:03:38 -0700 Subject: [PATCH] Updated icon url (#851) Signed-off-by: Nicholas Wilde --- charts/stable/unifi/Chart.yaml | 4 ++-- charts/stable/unifi/README.md | 17 ++++++++++++++++- charts/stable/unifi/README_CHANGELOG.md.gotmpl | 15 +++++++++++++++ 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml index c688df1e..e85a126c 100644 --- a/charts/stable/unifi/Chart.yaml +++ b/charts/stable/unifi/Chart.yaml @@ -2,13 +2,13 @@ apiVersion: v2 appVersion: 6.0.45 description: Ubiquiti Network's Unifi Controller name: unifi -version: 2.0.0 +version: 2.0.1 keywords: - ubiquiti - unifi - mongodb home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/unifi -icon: https://blog.ubnt.com/wp-content/uploads/2016/10/unifi-app-logo.png +icon: https://prd-www-cdn.ubnt.com/static/favicon-152.png sources: - https://github.com/jacobalberty/unifi-docker maintainers: diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md index 318cb5f9..6aa7af96 100644 --- a/charts/stable/unifi/README.md +++ b/charts/stable/unifi/README.md @@ -1,6 +1,6 @@ # unifi -![Version: 1.5.6](https://img.shields.io/badge/Version-1.5.6-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square) Ubiquiti Network's Unifi Controller @@ -216,6 +216,20 @@ 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). +### [2.0.1] + +#### Added + +- N/A + +#### Changed + +- Updated icon url + +#### Removed + +- N/A + ### [1.5.3] #### Added @@ -230,6 +244,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.1]: #2.0.1 [1.5.3]: #1.5.3 ## Support diff --git a/charts/stable/unifi/README_CHANGELOG.md.gotmpl b/charts/stable/unifi/README_CHANGELOG.md.gotmpl index 53abe53e..efedba41 100644 --- a/charts/stable/unifi/README_CHANGELOG.md.gotmpl +++ b/charts/stable/unifi/README_CHANGELOG.md.gotmpl @@ -9,6 +9,20 @@ 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). +### [2.0.1] + +#### Added + +- N/A + +#### Changed + +- Updated icon url + +#### Removed + +- N/A + ### [1.5.3] #### Added @@ -23,5 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A +[2.0.1]: #2.0.1 [1.5.3]: #1.5.3 {{- end -}}