From d6613e5d2f8e4c2acfa262b9468969316b2ba1ad Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 29 Aug 2020 17:50:52 -0400 Subject: [PATCH] deprecate radarr and others (#365) * deprecate sonarr and others Signed-off-by: Jeff Billimek * fix linting --- charts/qbittorrent/Chart.yaml | 8 +++----- charts/qbittorrent/README.md | 13 ++++++++++++- charts/qbittorrent/templates/NOTES.txt | 2 ++ charts/radarr/Chart.yaml | 8 +++----- charts/radarr/README.md | 13 ++++++++++++- charts/radarr/templates/NOTES.txt | 2 ++ charts/rtorrent-flood/Chart.yaml | 8 +++----- charts/rtorrent-flood/README.md | 13 ++++++++++++- charts/rtorrent-flood/templates/NOTES.txt | 2 ++ charts/sabnzbd/Chart.yaml | 8 +++----- charts/sabnzbd/README.md | 13 ++++++++++++- charts/sabnzbd/templates/NOTES.txt | 2 ++ charts/ser2sock/Chart.yaml | 8 +++----- charts/ser2sock/README.md | 13 ++++++++++++- charts/ser2sock/templates/NOTES.txt | 2 ++ charts/sonarr/Chart.yaml | 8 +++----- charts/sonarr/README.md | 13 ++++++++++++- charts/sonarr/templates/NOTES.txt | 2 ++ charts/speedtest-prometheus/Chart.yaml | 8 +++----- charts/speedtest-prometheus/README.md | 13 ++++++++++++- charts/speedtest-prometheus/templates/NOTES.txt | 2 ++ charts/speedtest/Chart.yaml | 8 +++----- charts/speedtest/README.md | 13 ++++++++++++- charts/speedtest/templates/NOTES.txt | 2 ++ 24 files changed, 136 insertions(+), 48 deletions(-) diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 99608ab2..029f5111 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: 14.2.0.99201912180418-6819-118af03ubuntu18.04.1-ls62 -description: qBittorrent is a cross-platform free and open-source BitTorrent client +description: DEPRECATED - qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 3.2.2 +version: 3.2.3 keywords: - qbittorrent - torrrent @@ -10,6 +10,4 @@ home: https://github.com/billimek/billimek-charts/tree/master/charts/qbittorrent icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png sources: - https://hub.docker.com/r/linuxserver/qbittorrent/ -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index cb7c2840..655788dc 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,4 +1,15 @@ -# qBittorrent client +# DEPRECATED - qBittorrent client + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/qbittorrent + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/qbittorrent +``` + +--- This is a helm chart for [qbittorrent](https://qbittorrent.org/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/qbittorrent/) diff --git a/charts/qbittorrent/templates/NOTES.txt b/charts/qbittorrent/templates/NOTES.txt index 3c7a99d0..8965f742 100644 --- a/charts/qbittorrent/templates/NOTES.txt +++ b/charts/qbittorrent/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/radarr/Chart.yaml b/charts/radarr/Chart.yaml index a731047a..bf59835d 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: v0.2.0.1480-ls58 -description: Radarr is a movie downloading client +description: DEPRECATED - Radarr is a movie downloading client name: radarr -version: 4.1.3 +version: 4.1.4 keywords: - radarr - usenet @@ -12,6 +12,4 @@ icon: https://avatars3.githubusercontent.com/u/25025331?s=400&v=4 sources: - https://hub.docker.com/r/linuxserver/radarr/ - https://github.com/Radarr/Radarr/ -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/radarr/README.md b/charts/radarr/README.md index 67c5e4a3..992a9033 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,4 +1,15 @@ -# radarr movie download client +# DEPRECATED - radarr movie download client + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/radarr + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/radarr +``` + +--- This is a helm chart for [radarr](https://github.com/Radarr/Radarr/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/radarr/) diff --git a/charts/radarr/templates/NOTES.txt b/charts/radarr/templates/NOTES.txt index dbb868aa..27296bdf 100644 --- a/charts/radarr/templates/NOTES.txt +++ b/charts/radarr/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/rtorrent-flood/Chart.yaml b/charts/rtorrent-flood/Chart.yaml index 3b1a614d..3da8fef9 100644 --- a/charts/rtorrent-flood/Chart.yaml +++ b/charts/rtorrent-flood/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: 1.0.0 -description: rtorrent and flood co-located in the same deployment +description: DEPRECATED - rtorrent and flood co-located in the same deployment name: rtorrent-flood -version: 4.1.1 +version: 4.1.2 keywords: - rtorrent - flood @@ -13,6 +13,4 @@ sources: - https://hub.docker.com/r/looselyrigorous/rtorrent - https://github.com/looselyrigorous/docker-rtorrent - https://github.com/Flood-UI/flood -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/rtorrent-flood/README.md b/charts/rtorrent-flood/README.md index 983a0e3e..cd9a3fe9 100644 --- a/charts/rtorrent-flood/README.md +++ b/charts/rtorrent-flood/README.md @@ -1,3 +1,14 @@ -# rTorrent/flood BitTorrent client +# DEPRECATED - rTorrent/flood BitTorrent client + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/rtorrent-flood + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/rtorrent-flood +``` + +--- TBD \ No newline at end of file diff --git a/charts/rtorrent-flood/templates/NOTES.txt b/charts/rtorrent-flood/templates/NOTES.txt index b25248e7..4a75916c 100644 --- a/charts/rtorrent-flood/templates/NOTES.txt +++ b/charts/rtorrent-flood/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/sabnzbd/Chart.yaml b/charts/sabnzbd/Chart.yaml index 453554b0..e5d870d5 100644 --- a/charts/sabnzbd/Chart.yaml +++ b/charts/sabnzbd/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: 2.3.9 -description: Free and easy binary newsreader +description: DEPRECATED - Free and easy binary newsreader name: sabnzbd -version: 1.0.2 +version: 1.0.3 keywords: - sabnzbd - usenet @@ -11,6 +11,4 @@ icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 sources: - https://hub.docker.com/r/linuxserver/sabnzbd/ - https://sabnzbd.org/ -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/sabnzbd/README.md b/charts/sabnzbd/README.md index 61bc121f..d7023d2c 100644 --- a/charts/sabnzbd/README.md +++ b/charts/sabnzbd/README.md @@ -1,4 +1,15 @@ -# SABnzbd Usenet client +# DEPRECATED - SABnzbd Usenet client + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/sabnzbd + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/sabnzbd +``` + +--- This is a helm chart for [SABnzbd](https://sabnzbd.org/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/sabnzbd/) diff --git a/charts/sabnzbd/templates/NOTES.txt b/charts/sabnzbd/templates/NOTES.txt index 4e1fff9d..7fd405da 100644 --- a/charts/sabnzbd/templates/NOTES.txt +++ b/charts/sabnzbd/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/ser2sock/Chart.yaml b/charts/ser2sock/Chart.yaml index 23005ddc..886f29e4 100644 --- a/charts/ser2sock/Chart.yaml +++ b/charts/ser2sock/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: "1.0.0" -description: Serial to Socket Redirector +description: DEPRECATED - Serial to Socket Redirector name: ser2sock -version: 1.1.0 +version: 1.1.1 keywords: - ser2sock home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock @@ -10,6 +10,4 @@ icon: https://i.imgur.com/GfZ7McO.png sources: - https://github.com/nutechsoftware/ser2sock - https://github.com/tenstartups/ser2sock -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/ser2sock/README.md b/charts/ser2sock/README.md index 7c76f3ff..90ff0a52 100644 --- a/charts/ser2sock/README.md +++ b/charts/ser2sock/README.md @@ -1,4 +1,15 @@ -# ser2sock: Serial to Socket Redirector +# DEPRECATED - ser2sock: Serial to Socket Redirector + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/ser2sock + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/ser2sock +``` + +--- This is a helm chart for [ser2sock](https://github.com/nutechsoftware/ser2sock) diff --git a/charts/ser2sock/templates/NOTES.txt b/charts/ser2sock/templates/NOTES.txt index 67377874..8643ca6f 100644 --- a/charts/ser2sock/templates/NOTES.txt +++ b/charts/ser2sock/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + 1. Get the application URL by running these commands: {{- if contains "NodePort" .Values.service.type }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "ser2sock.fullname" . }}) diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index 119da30b..99d0ba1b 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 appVersion: 2.0.0.5344-ls60 -description: Sonarr is a television show downloading client +description: DEPRECATED - Sonarr is a television show downloading client name: sonarr -version: 4.1.3 +version: 4.1.4 keywords: - sonarr - usenet @@ -12,6 +12,4 @@ icon: https://avatars1.githubusercontent.com/u/1082903?s=400&v=4 sources: - https://hub.docker.com/r/linuxserver/sonarr/ - https://sonarr.tv/ -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index f099ac01..bff20fd8 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,4 +1,15 @@ -# sonarr televsion show download client +# DEPRECATED - sonarr televsion show download client + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/sonarr + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/sonarr +``` + +--- This is a helm chart for [sonarr](https://github.com/sonarr/sonarr/) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/sonarr/) diff --git a/charts/sonarr/templates/NOTES.txt b/charts/sonarr/templates/NOTES.txt index cc2f778b..f65204f8 100644 --- a/charts/sonarr/templates/NOTES.txt +++ b/charts/sonarr/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/speedtest-prometheus/Chart.yaml b/charts/speedtest-prometheus/Chart.yaml index f40d7ee7..0d2bd628 100644 --- a/charts/speedtest-prometheus/Chart.yaml +++ b/charts/speedtest-prometheus/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: speedtest-prometheus -description: Prometheus Exporter for the official Speedtest CLI +description: DEPRECATED - Prometheus Exporter for the official Speedtest CLI type: application -version: 1.0.1 +version: 1.0.2 appVersion: 1.1.0 keywords: - speedtest @@ -12,6 +12,4 @@ home: https://github.com/billimek/billimek-charts/tree/master/charts/speedtest-p icon: https://cdn.speedcheck.org/images/reviews/ookla-logo.png sources: - https://github.com/billimek/prometheus-speedtest-exporter -maintainers: -- name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/speedtest-prometheus/README.md b/charts/speedtest-prometheus/README.md index a2b6c130..78d9b5f4 100644 --- a/charts/speedtest-prometheus/README.md +++ b/charts/speedtest-prometheus/README.md @@ -1,4 +1,15 @@ -# Prometheus Exporter using the Speedtest CLI +# DEPRECATED - Prometheus Exporter using the Speedtest CLI + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/ speedtest-prometheus + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/ speedtest-prometheus +``` + +--- ![Screenshot](https://i.imgur.com/iIzWUre.png) diff --git a/charts/speedtest-prometheus/templates/NOTES.txt b/charts/speedtest-prometheus/templates/NOTES.txt index 4a18ac5d..c640bcc8 100644 --- a/charts/speedtest-prometheus/templates/NOTES.txt +++ b/charts/speedtest-prometheus/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + 1. Get the application URL by running these commands: {{- if contains "NodePort" .Values.service.type }} export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "speedtest-prometheus.fullname" . }}) diff --git a/charts/speedtest/Chart.yaml b/charts/speedtest/Chart.yaml index 8dc29503..b672a6f6 100644 --- a/charts/speedtest/Chart.yaml +++ b/charts/speedtest/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: speedtest -version: 2.0.1 +version: 2.0.2 appVersion: 1.0.0 -description: periodic speedtest and save the results to InfluxDB +description: DEPRECATED - periodic speedtest and save the results to InfluxDB keywords: - speedtest - influxdb @@ -12,6 +12,4 @@ icon: https://i.imgur.com/nDYjKk8.png sources: - https://github.com/billimek/Speedtest-for-InfluxDB-and-Grafana - https://github.com/billimek/billimek-charts -maintainers: -- name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/speedtest/README.md b/charts/speedtest/README.md index f6aad3dc..cd48923a 100644 --- a/charts/speedtest/README.md +++ b/charts/speedtest/README.md @@ -1,4 +1,15 @@ -# Speedtest.net Collector For InfluxDB and Grafana +# DEPRECATED - Speedtest.net Collector For InfluxDB and Grafana + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/speedtest + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/speedtest +``` + +--- ![Screenshot](https://camo.githubusercontent.com/c652a6685bcb5a8cec6a47c92e57d159b28e47e7/68747470733a2f2f7075752e73682f746d664f412f623535373665383864652e706e67) diff --git a/charts/speedtest/templates/NOTES.txt b/charts/speedtest/templates/NOTES.txt index a53bbfdf..1b3ed0fa 100644 --- a/charts/speedtest/templates/NOTES.txt +++ b/charts/speedtest/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + You can connect to the container running speedtest. To open a shell session in the pod run the following: - kubectl exec -i -t --namespace {{ .Release.Namespace }} $(kubectl get pods --namespace {{ .Release.Namespace }} -l app={{ template "speedtest.fullname" . }} -o jsonpath='{.items[0].metadata.name}') /bin/sh