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 -}}