From 2d8b1e6662ea29f68c5506fb8be78ee8297afcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Fri, 26 Apr 2019 17:34:29 +0200 Subject: [PATCH] [stable/mailhog] Deprecate chart after moving to new repo (#13315) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reinhard Nägele --- stable/mailhog/Chart.yaml | 9 ++++----- stable/mailhog/README.md | 12 +++++++++++- stable/mailhog/templates/NOTES.txt | 8 ++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/stable/mailhog/Chart.yaml b/stable/mailhog/Chart.yaml index f92eb845c1ae..27d8fe2a93e4 100644 --- a/stable/mailhog/Chart.yaml +++ b/stable/mailhog/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -description: An e-mail testing tool for developers +description: DEPRECATED - An e-mail testing tool for developers name: mailhog appVersion: 1.0.0 -version: 2.3.0 +version: 2.3.1 keywords: - mailhog - mail @@ -14,6 +14,5 @@ home: http://iankent.uk/project/mailhog/ icon: https://raw.githubusercontent.com/mailhog/MailHog-UI/master/assets/images/hog.png sources: - https://github.com/mailhog/MailHog -maintainers: - - name: unguiculus - email: unguiculus@gmail.com +# Chart moved to https://github.com/codecentric/helm-charts +deprecated: true diff --git a/stable/mailhog/README.md b/stable/mailhog/README.md index 916e52aad267..6e2132b4c527 100644 --- a/stable/mailhog/README.md +++ b/stable/mailhog/README.md @@ -1,5 +1,15 @@ -# Mailhog +# DEPRECATED - Mailhog +**This chart has been deprecated and moved to its new home:** + +- **GitHub repo:** https://github.com/codecentric/helm-charts +- **Charts repo:** https://codecentric.github.io/helm-charts + +```bash +helm repo add codecentric https://codecentric.github.io/helm-charts +``` + +--- [Mailhog](http://iankent.uk/project/mailhog/) is an e-mail testing tool for developers. ## TL;DR; diff --git a/stable/mailhog/templates/NOTES.txt b/stable/mailhog/templates/NOTES.txt index 74f8f8ffe26b..3ec045136fbb 100644 --- a/stable/mailhog/templates/NOTES.txt +++ b/stable/mailhog/templates/NOTES.txt @@ -1,3 +1,11 @@ +********************************************************************** +This chart has been DEPRECATED and moved to its new home: + +* GitHub repo: https://github.com/codecentric/helm-charts +* Charts repo: https://codecentric.github.io/helm-charts + +********************************************************************** + Mailhog can be accessed via ports {{ .Values.service.port.http }} (HTTP) and {{ .Values.service.port.smtp }} (SMTP) on the following DNS name from within your cluster: {{ template "mailhog.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local