From b9b4be246c1bf32426dd9e8c87fae8de7604123f Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 29 Aug 2020 17:41:45 -0400 Subject: [PATCH] deprecate xteve and others (#367) Signed-off-by: Jeff Billimek --- charts/xteve/Chart.yaml | 8 +++----- charts/xteve/README.md | 13 ++++++++++++- charts/xteve/templates/NOTES.txt | 2 ++ charts/zigbee2mqtt/Chart.yaml | 10 +++------- charts/zigbee2mqtt/README.md | 13 ++++++++++++- charts/zigbee2mqtt/templates/NOTES.txt | 2 ++ charts/zwave2mqtt/Chart.yaml | 8 +++----- charts/zwave2mqtt/README.md | 13 ++++++++++++- charts/zwave2mqtt/templates/NOTES.txt | 2 ++ 9 files changed, 51 insertions(+), 20 deletions(-) diff --git a/charts/xteve/Chart.yaml b/charts/xteve/Chart.yaml index 5fa32f5a..c23ade0b 100644 --- a/charts/xteve/Chart.yaml +++ b/charts/xteve/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: "2.1.2" -description: M3U Proxy for Plex DVR and Emby Live TV. +description: DEPRECATED - M3U Proxy for Plex DVR and Emby Live TV. name: xteve -version: 1.0.0 +version: 1.0.1 keywords: - xteve - iptv @@ -13,6 +13,4 @@ icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo sources: - https://xteve.de - https://github.com/xteve-project/xTeVe -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/xteve/README.md b/charts/xteve/README.md index 1fd2ce1e..3d2c4207 100644 --- a/charts/xteve/README.md +++ b/charts/xteve/README.md @@ -1,4 +1,15 @@ -# xteve: M3U Proxy for Plex DVR and Emby Live TV. +# DEPRECATED - xteve: M3U Proxy for Plex DVR and Emby Live TV. + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/xteve + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/xteve +``` + +--- This is a helm chart for [xTeVe](https://github.com/xteve-project/xTeVe) diff --git a/charts/xteve/templates/NOTES.txt b/charts/xteve/templates/NOTES.txt index 503023ed..2bee8bf0 100644 --- a/charts/xteve/templates/NOTES.txt +++ b/charts/xteve/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} {{- range .Values.ingress.hosts }} diff --git a/charts/zigbee2mqtt/Chart.yaml b/charts/zigbee2mqtt/Chart.yaml index 69ec0693..0383f041 100644 --- a/charts/zigbee2mqtt/Chart.yaml +++ b/charts/zigbee2mqtt/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: zigbee2mqtt type: application -description: Bridges events and allows you to control your Zigbee devices via MQTT +description: DEPRECATED - Bridges events and allows you to control your Zigbee devices via MQTT appVersion: 1.14.1 -version: 0.2.0 +version: 0.2.1 keywords: - zigbee - mqtt @@ -11,8 +11,4 @@ home: https://www.zigbee2mqtt.io icon: https://www.zigbee2mqtt.io/images/logo.png sources: - https://github.com/Koenkk/zigbee2mqtt -maintainers: - - name: ishioni - email: helm@movishell.pl - - name: masantiago - email: miguelangel.santiago@hotmail.com +deprecated: true diff --git a/charts/zigbee2mqtt/README.md b/charts/zigbee2mqtt/README.md index 9ffee4af..72f458b9 100644 --- a/charts/zigbee2mqtt/README.md +++ b/charts/zigbee2mqtt/README.md @@ -1,4 +1,15 @@ -# zigbee2mqtt: Fully configurable Zigbee to MQTT Gateway +# DEPRECATED - zigbee2mqtt: Fully configurable Zigbee to MQTT Gateway + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/zigbee2mqtt + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/zigbee2mqtt +``` + +--- This is a helm chart for [zigbee2mqtt](https://www.zigbee2mqtt.io) diff --git a/charts/zigbee2mqtt/templates/NOTES.txt b/charts/zigbee2mqtt/templates/NOTES.txt index 8fbc618b..243452bd 100644 --- a/charts/zigbee2mqtt/templates/NOTES.txt +++ b/charts/zigbee2mqtt/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + {{- if not .Values.persistence.enabled }} WARNING: You have disabled persistence. Your pairings and settings will be lost on container restart! {{- else }} diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index 7ff1e5e1..0d24e095 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: "3.0.0" -description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +description: DEPRECATED - Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 2.1.0 +version: 2.1.1 keywords: - zwave - mqtt @@ -11,6 +11,4 @@ home: https://github.com/billimek/billimek-charts/tree/master/charts/zwave2mqtt icon: https://github.com/OpenZWave/Zwave2Mqtt/raw/master/docs/OZW_Logo.png sources: - https://github.com/OpenZWave/Zwave2Mqtt -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/zwave2mqtt/README.md b/charts/zwave2mqtt/README.md index d9929f30..c6ee67f3 100644 --- a/charts/zwave2mqtt/README.md +++ b/charts/zwave2mqtt/README.md @@ -1,4 +1,15 @@ -# zwave2mqtt: Fully configurable Zwave to MQTT Gateway and Control Panel +# DEPRECATED - zwave2mqtt: Fully configurable Zwave to MQTT Gateway and Control Panel + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/zwave2mqtt + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/zwave2mqtt +``` + +--- This is a helm chart for [zwave2mqtt](https://github.com/OpenZWave/Zwave2Mqtt) diff --git a/charts/zwave2mqtt/templates/NOTES.txt b/charts/zwave2mqtt/templates/NOTES.txt index 3ddd4247..e7bf8058 100644 --- a/charts/zwave2mqtt/templates/NOTES.txt +++ b/charts/zwave2mqtt/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} {{- range .Values.ingress.hosts }}