mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
a078da5499
* Fix unifi NOTES to find correct service Unifi installs the gui service as unifi-gui, but the command in the notes points to a non-existent 'unifi' service. Use unifi.name + '-gui' to construct the service name here which duplicates the logic in gui-svc.yaml. Signed-off-by: Brian Johnson <brian@sherbang.com> * Increment unifi version to 0.4.2 Signed-off-by: Brian Johnson <brian@sherbang.com> |
||
---|---|---|
.github | ||
charts | ||
.gitignore | ||
CONTRIBUTING.md | ||
ct.yaml | ||
LICENSE | ||
README.md |
k8s@Home 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 k8s-at-home https://k8s-at-home.com/charts/
You can then run helm search repo k8s-at-home
to see the charts.
Charts
See artifact hub for a complete list.
Contributing
See CONTRIBUTING.md