2021-02-23 17:21:54 +00:00
{{- define "custom.introheader" -}}
# Introduction
{{- end -}}
{{- define "custom.repository.organization" -}}
TrueCharts
{{- end -}}
{{- define "custom.repository.url" -}}
2021-03-17 16:20:26 +00:00
https://github.com/truecharts/apps
2021-02-23 17:21:54 +00:00
{{- end -}}
{{- define "custom.helm.url" -}}
2021-08-19 09:38:55 +00:00
https://truecharts.org
2021-02-23 17:21:54 +00:00
{{- end -}}
{{- define "custom.helm.path" -}}
{{ template "custom.repository.organization" . }} / {{ template "chart.name" . }}
{{- end -}}
{{- define "custom.notes" -}}
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
2021-03-17 16:20:26 +00:00
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
2021-02-23 17:21:54 +00:00
{{- end -}}
{{- define "custom.requirements" -}}
## Requirements
{{ template "chart.kubeVersionLine" . }}
{{- end -}}
{{- define "custom.dependencies" -}}
## Dependencies
{{ template "chart.requirementsTable" . }}
{{- end -}}
{{- define "custom.install" -}}
## Installing the Chart
2022-03-18 20:56:45 +00:00
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
2021-02-23 17:21:54 +00:00
{{- end -}}
{{- define "custom.uninstall" -}}
2022-03-18 20:56:45 +00:00
## Upgrading, Rolling Back and Uninstalling the Chart
2021-02-23 17:21:54 +00:00
2022-03-18 20:56:45 +00:00
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
2021-02-23 17:21:54 +00:00
{{- end -}}
{{- define "custom.support" -}}
## Support
2022-03-18 20:56:45 +00:00
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
2021-03-31 20:50:04 +00:00
- See the [Wiki](https://truecharts.org)
2021-08-19 09:38:55 +00:00
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
2021-03-17 16:20:26 +00:00
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
{{- end -}}
{{- define "custom.copyright" -}}
All Rights Reserved - The TrueCharts Project
2021-02-23 17:21:54 +00:00
{{- end -}}
{{ template "custom.introheader" . }}
{{ template "chart.description" . }}
2021-08-19 09:55:12 +00:00
{{ template "chart.deprecationWarning" . }}
2021-02-23 17:21:54 +00:00
{{ template "custom.notes" . }}
{{ template "chart.sourcesSection" . }}
{{ template "custom.requirements" . }}
{{ template "custom.dependencies" . }}
{{ template "custom.install" . }}
{{ template "custom.uninstall" . }}
{{ template "custom.support" . }}
2021-08-31 09:20:18 +00:00
---
2021-03-17 16:20:26 +00:00
{{ template "custom.copyright" . }}