Skip to content

Commit

Permalink
[stable/mailhog] Deprecate chart after moving to new repo (helm#13315)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
  • Loading branch information
unguiculus authored and dpkirchner committed May 9, 2019
1 parent c702a8c commit b427a03
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
9 changes: 4 additions & 5 deletions stable/mailhog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
12 changes: 11 additions & 1 deletion stable/mailhog/README.md
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
8 changes: 8 additions & 0 deletions stable/mailhog/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit b427a03

Please sign in to comment.