Go to file
Marco Kilchhofer 61556a5215
[adguard-home] Introduce config as code and add ability to run as non-root (#297)
* [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
2020-08-03 23:59:25 -04:00
.github leverage turnstyle to serialize release workflows (#232) 2020-05-26 14:38:06 -04:00
charts [adguard-home] Introduce config as code and add ability to run as non-root (#297) 2020-08-03 23:59:25 -04:00
unifi unifi chart is now an official helm chart 2018-10-06 22:56:40 -04:00
.gitignore initial commit 2018-06-21 09:57:50 -04:00
.gitmodules Cleanup (#139) 2020-01-18 21:06:24 -05:00
CONTRIBUTING.md moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
ct.yaml add this repo as a dependency check 2020-07-08 19:50:36 -04:00
LICENSE moving all charts under charts/ dir (#112) 2020-01-10 14:58:11 -05:00
README.md fixing search instructions 2020-01-11 08:19:04 -05:00

Collection of helm charts

License

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

License

Apache 2.0 License