From 17462700447a5a599a2abf47cbdaad1f06f21141 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 4 Sep 2020 23:49:37 -0400 Subject: [PATCH] changes to migrate chart to new repo Signed-off-by: Jeff Billimek --- charts/unifi/Chart.yaml | 7 +++---- charts/unifi/README.md | 9 +++------ 2 files changed, 6 insertions(+), 10 deletions(-) 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`: