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

Commit

Permalink
deprecate deconz (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek authored Aug 29, 2020
1 parent a0e202a commit 27837d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
8 changes: 3 additions & 5 deletions charts/deconz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
13 changes: 12 additions & 1 deletion charts/deconz/README.md
Original file line number Diff line number Diff line change
@@ -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/).

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

0 comments on commit 27837d8

Please sign in to comment.