From 27837d8fcbd9aa9fd0b821977b92078e230f5973 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 29 Aug 2020 17:08:33 -0400 Subject: [PATCH] deprecate deconz (#353) Signed-off-by: Jeff Billimek --- charts/deconz/Chart.yaml | 8 +++----- charts/deconz/README.md | 13 ++++++++++++- charts/deconz/templates/NOTES.txt | 2 ++ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/charts/deconz/Chart.yaml b/charts/deconz/Chart.yaml index 7f9398a4..d3fb6bc9 100644 --- a/charts/deconz/Chart.yaml +++ b/charts/deconz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: deconz -description: A Helm chart for deploying deCONZ -version: 1.0.2 +description: DEPRECATED - A Helm chart for deploying deCONZ +version: 1.0.3 appVersion: 2.05.80 keywords: - deconz @@ -12,6 +12,4 @@ icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - https://github.com/marthoc/docker-deconz -maintainers: - - name: billimek - email: jeff@billimek.com +deprecated: true diff --git a/charts/deconz/README.md b/charts/deconz/README.md index c4fcd594..a3b05bf0 100644 --- a/charts/deconz/README.md +++ b/charts/deconz/README.md @@ -1,4 +1,15 @@ -# deCONZ helm chart +# DEPRECATED - deCONZ helm chart + +**This chart has been deprecated and moved to its new home:** + +- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/deconz + +```console +helm repo add k8s-at-home https://k8s-at-home.com/charts/ +helm install k8s-at-home/deconz +``` + +--- This is a helm chart for [deCONZ](https://www.dresden-elektronik.de/funk/software/deconz.html) based on the [container image provided by marthoc](https://hub.docker.com/r/marthoc/deconz/). diff --git a/charts/deconz/templates/NOTES.txt b/charts/deconz/templates/NOTES.txt index 5b4800ab..ae502825 100644 --- a/charts/deconz/templates/NOTES.txt +++ b/charts/deconz/templates/NOTES.txt @@ -1,3 +1,5 @@ +This Helm chart is deprecated + {{- $svcPort := .Values.service.httpPort -}} 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }}