helm-charts/charts/other/app-template/README.md
repo-duster[bot] a0b5fe2008
fix(helm): update chart common ( 3.3.1 → 3.3.2 ) (#342)
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
Co-authored-by: Bernd Schorgers <me@bjw-s.dev>
2024-08-02 06:57:42 +00:00

43 lines
1.4 KiB
Markdown

# app-template
![Version: 3.3.2](https://img.shields.io/badge/Version-3.3.2-informational?style=flat-square)
A common powered chart template. This can be useful for small projects that don't have their own chart.
## Requirements
Kubernetes: `>=1.22.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://bjw-s.github.io/helm-charts | common | 3.3.2 |
## Installing the Chart
```bash
# Add the repository
helm repo add bjw-s https://bjw-s.github.io/helm-charts/
# Install the chart
helm install bjw-s app-template -f values.yaml
```
## Configuration
Read through the [values.yaml](../../library/common/values.yaml) file of the [common library](../../library/common/) chart. It has several commented out suggested values.
The [CI tests](../../library/common-test/ci) contain a number of scenarios that may prove useful as well.
## Upgrade instructions
Upgrade instructions can be found in the [documentation](https://bjw-s.github.io/helm-charts/docs/app-template/#upgrade-instructions).
## Support
- See the [Docs](http://bjw-s.github.io/helm-charts/docs/)
- Open an [issue](https://github.com/bjw-s/helm-charts/issues/new/choose)
- Join the k8s-at-home [Discord](https://discord.gg/k8s-at-home) community
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)