mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +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
|
appVersion: 5.12.35
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 0.10.1
|
version: 1.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
- mongodb
|
- 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
|
icon: https://blog.ubnt.com/wp-content/uploads/2016/10/unifi-app-logo.png
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/jacobalberty/unifi-docker
|
- https://github.com/jacobalberty/unifi-docker
|
||||||
- https://github.com/helm/charts/tree/master/stable/unifi
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: billimek
|
- name: billimek
|
||||||
email: jeff@billimek.com
|
email: jeff@billimek.com
|
||||||
|
@ -4,14 +4,11 @@ This is a helm chart for [Ubiquiti Network's][ubnt] [Unifi Controller][ubnt 2].
|
|||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
```console
|
```shell
|
||||||
helm install stable/unifi
|
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
|
## Installing the Chart
|
||||||
|
|
||||||
To install the chart with the release name `my-release`:
|
To install the chart with the release name `my-release`:
|
||||||
|
Loading…
Reference in New Issue
Block a user