helm-charts/charts/library/common/README.md.gotmpl
2025-05-01 13:45:41 +02:00

57 lines
1.7 KiB
Go Template

{{- define "custom.helm.url" -}}
https://bjw-s-labs.github.io/helm-charts/
{{- end -}}
{{ template "chart.header" . }}
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
{{ template "chart.description" . }}
{{ template "chart.sourcesSection" . }}
## Requirements
{{ template "chart.kubeVersionLine" . }}
## Dependencies
{{ template "chart.requirementsTable" . }}
## Installing the Chart
This is a [Helm Library Chart](https://helm.sh/docs/topics/library_charts/#helm).
**🚨 WARNING: THIS CHART IS NOT MEANT TO BE INSTALLED DIRECTLY**
## Using this library
Include this chart as a dependency in your `Chart.yaml` e.g.
```yaml
# Chart.yaml
dependencies:
- name: common
version: {{template "chart.version" .}}
repository: {{template "custom.helm.url"}}
```
For more information, take a look at the [Docs](http://bjw-s-labs.github.io/helm-charts/docs/common-library/introduction/).
## Configuration
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
## Values
**Important**: When deploying an application Helm chart you can add more values from the common library chart [here](https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common/values.yaml)
These values will be validated by a JSON schema which can be found [here](https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common/values.schema.json)
## Support
- See the [Docs](http://bjw-s-labs.github.io/helm-charts/docs/)
- Open an [issue](https://github.com/bjw-s-labs/helm-charts/issues/new/choose)
- Join the home-operations [Discord](https://discord.gg/home-operations) community
{{ template "helm-docs.versionFooter" . }}