mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
61556a5215
* [adguard-home] Introduce Config as code * [adguard-home] Rewrite Config as code with initContainers Configmaps are read only and the app fails to start when config is read-only: ~~~ [info] AdGuard Home, version v0.102.0, channel release, arch linux amd64 [error] Couldn't save YAML config: open /opt/adguardhome/conf/..2020_07_26_11_38_31.428232526/tmp266296205: read-only file system [fatal] open /opt/adguardhome/conf/..2020_07_26_11_38_31.428232526/tmp266296205: read-only file system ~~~ * [adguard-home] Add ability to run as non-root * [adguard-home] Bump chart version to 1.2.0 * [adguard-home] Use charts appVersion by default to specify the image tag |
||
---|---|---|
.github | ||
charts | ||
unifi | ||
.gitignore | ||
.gitmodules | ||
CONTRIBUTING.md | ||
ct.yaml | ||
LICENSE | ||
README.md |
Collection of helm charts
Usage
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add billimek https://billimek.com/billimek-charts/
You can then run helm search billimek
to see the charts.
Charts
See helm hub for a complete list.
Contributing
See CONTRIBUTING.md