mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release common 4.0.0 (#398)
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
This commit is contained in:
parent
1e210f43e3
commit
a01a89cb13
327 changed files with 11181 additions and 7330 deletions
|
@ -1,29 +1,38 @@
|
|||
# app-template
|
||||
|
||||

|
||||

|
||||
|
||||
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`
|
||||
Kubernetes: `>=1.28.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://bjw-s-labs.github.io/helm-charts | common | 3.7.3 |
|
||||
| https://bjw-s-labs.github.io/helm-charts | common | 4.0.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### Helm repository
|
||||
|
||||
```bash
|
||||
# Add the repository
|
||||
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts/
|
||||
helm repo add bjw-s {{template "custom.helm.url"}}
|
||||
|
||||
# Install the chart
|
||||
helm install bjw-s app-template -f values.yaml
|
||||
```
|
||||
|
||||
### OCI
|
||||
|
||||
```bash
|
||||
# Install the chart
|
||||
helm install oci://ghcr.io/bjw-s/helm/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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue