Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Chart: Add NOTES.txt template & update chart.yaml #64

Merged
merged 3 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ version: 1.2.1
sources:
- https://github.com/SUSE/stratos-metrics
icon: https://raw.githubusercontent.com/SUSE/stratos-metrics/master/icon.svg
maintainers:
- name: Stratos Maintainers
email: [email protected]
home: https://stratos.app
keywords:
- Stratos
- "Cloud Foundry"
- Kubernetes
- Helm
- Monitoring
- Prometheus
- Metrics
7 changes: 7 additions & 0 deletions templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Thank you for installing Stratos Metrics. Your release is named '{{ .Release.Name }}' and is in the namespace '{{ .Release.Namespace }}'.

To learn more about the release, try:
$ helm status {{ .Release.Name }} -n {{ .Release.Namespace }}
$ helm get values {{ .Release.Name }} -n {{ .Release.Namespace }}
$ kubectl get services -n {{ .Release.Namespace }}
$ kubectl get pods -n {{ .Release.Namespace }}