Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/unifi] deprecate unifi helm chart #23714

Merged
merged 1 commit into from
Sep 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions stable/unifi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v1
appVersion: 5.12.35
description: Ubiquiti Network's Unifi Controller
# The unifi chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file.
description: DEPRECATED - Ubiquiti Network's Unifi Controller
name: unifi
version: 0.10.1
version: 0.10.2
keywords:
- ubiquiti
- unifi
Expand All @@ -12,8 +13,4 @@ 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
- name: mcronce
email: mike@quadra-tec.net
deprecated: true
7 changes: 6 additions & 1 deletion stable/unifi/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Ubiquiti Network's Unifi Controller
# DEPRECATED - Network's Unifi Controller

|**This chart has been deprecated and moved to its new home:**
|
|- **GitHub repo:** https://github.com/k8s-at-home/charts/tree/master/charts/unifi
|- **Charts repo:** https://k8s-at-home.com/charts/

This is a helm chart for [Ubiquiti Network's][ubnt] [Unifi Controller][ubnt 2].

Expand Down
5 changes: 5 additions & 0 deletions stable/unifi/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
This Helm chart is deprecated

Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the unifi maintained Helm chart is now located at k8s-at-home/charts (https://github.com/k8s-at-home/charts/tree/master/charts/unifi).


1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
Expand Down