diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index a2557207..bc6c5b4a 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -1,17 +1,16 @@ -apiVersion: v1 +apiVersion: v2 appVersion: 5.12.35 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.10.1 +version: 1.0.0 keywords: - ubiquiti - unifi - mongodb -home: https://github.com/jacobalberty/unifi-docker +home: https://github.com/k8s-at-home/charts/tree/master/charts/unifi icon: https://blog.ubnt.com/wp-content/uploads/2016/10/unifi-app-logo.png sources: - https://github.com/jacobalberty/unifi-docker - - https://github.com/helm/charts/tree/master/stable/unifi maintainers: - name: billimek email: jeff@billimek.com diff --git a/charts/unifi/README.md b/charts/unifi/README.md index e8bafa84..40fa345d 100644 --- a/charts/unifi/README.md +++ b/charts/unifi/README.md @@ -4,14 +4,11 @@ This is a helm chart for [Ubiquiti Network's][ubnt] [Unifi Controller][ubnt 2]. ## TL;DR; -```console -helm install stable/unifi +```shell +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/unifi ``` -## Introduction - -This code is adopted from [this original repo][github]. - ## Installing the Chart To install the chart with the release name `my-release`: