feat!: Relocate repository

This commit is contained in:
Bernd Schorgers 2025-05-01 11:21:18 +02:00
parent d3bd21cf8a
commit ad087dee99
No known key found for this signature in database
40 changed files with 107 additions and 445 deletions

View file

@ -1,5 +1,5 @@
{{- define "custom.helm.url" -}}
https://bjw-s.github.io/helm-charts/
https://bjw-s-labs.github.io/helm-charts/
{{- end -}}
{{ template "chart.header" . }}
@ -36,7 +36,7 @@ dependencies:
repository: {{template "custom.helm.url"}}
```
For more information, take a look at the [Docs](http://bjw-s.github.io/helm-charts/docs/common-library/introduction/).
For more information, take a look at the [Docs](http://bjw-s-labs.github.io/helm-charts/docs/common-library/introduction/).
## Configuration
@ -44,14 +44,14 @@ Read through the [values.yaml](./values.yaml) file. It has several commented out
## Values
**Important**: When deploying an application Helm chart you can add more values from the common library chart [here](https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml)
**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/helm-charts/tree/main/charts/library/common/values.schema.json)
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.github.io/helm-charts/docs/)
- Open an [issue](https://github.com/bjw-s/helm-charts/issues/new/choose)
- 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" . }}