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

Commit

Permalink
deprecate heimdall (#359)
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 2791838 commit 294b6ae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
8 changes: 3 additions & 5 deletions charts/heimdall/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
apiVersion: v1
appVersion: 2.2.2-ls84
description: An Application dashboard and launcher
description: DEPRECATED - An Application dashboard and launcher
name: heimdall
version: 1.0.3
version: 1.0.4
keywords:
- heimdall
home: https://github.com/billimek/billimek-charts/tree/master/charts/heimdall
icon: https://i.imgur.com/mM4tcO5.png
sources:
- https://hub.docker.com/r/linuxserver/heimdall/
- https://github.com/linuxserver/heimdall
maintainers:
- name: skaro13
email: simon.caron@protonmail.com
deprecated: true
13 changes: 12 additions & 1 deletion charts/heimdall/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Heimdall Application Dashboard
# DEPRECATED - Heimdall Application Dashboard

**This chart has been deprecated and moved to its new home:**

- **Chart location:** https://github.com/k8s-at-home/charts/tree/master/charts/heimdall

```console
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install k8s-at-home/heimdall
```

---

This is a helm chart for [heimdall](https://github.com/heimdall/heimdall) leveraging the [Linuxserver.io image](https://hub.docker.com/r/linuxserver/heimdall/)

Expand Down
2 changes: 2 additions & 0 deletions charts/heimdall/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 294b6ae

Please sign in to comment.