mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
changes to migrate chart to new repo
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
55313d0be2
commit
1746270044
@ -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
|
||||
|
@ -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`:
|
||||
|
Loading…
Reference in New Issue
Block a user