Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Commit

Permalink
deprecate xteve and others (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <[email protected]>
  • Loading branch information
billimek authored Aug 29, 2020
1 parent e7c5c71 commit b9b4be2
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 20 deletions.
8 changes: 3 additions & 5 deletions charts/xteve/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
deprecated: true
13 changes: 12 additions & 1 deletion charts/xteve/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 2 additions & 0 deletions charts/xteve/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
10 changes: 3 additions & 7 deletions charts/zigbee2mqtt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
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
home: https://www.zigbee2mqtt.io
icon: https://www.zigbee2mqtt.io/images/logo.png
sources:
- https://github.com/Koenkk/zigbee2mqtt
maintainers:
- name: ishioni
email: [email protected]
- name: masantiago
email: [email protected]
deprecated: true
13 changes: 12 additions & 1 deletion charts/zigbee2mqtt/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 2 additions & 0 deletions charts/zigbee2mqtt/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
8 changes: 3 additions & 5 deletions charts/zwave2mqtt/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
deprecated: true
13 changes: 12 additions & 1 deletion charts/zwave2mqtt/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 2 additions & 0 deletions charts/zwave2mqtt/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit b9b4be2

Please sign in to comment.