passmower: get charts from ghcr

This commit is contained in:
2024-08-27 15:58:05 +03:00
parent 1d8528b312
commit 29212d7f14
2 changed files with 6 additions and 6 deletions

View File

@@ -26,5 +26,5 @@ For good examples refer to [Grafana](https://git.k-space.ee/k-space/kube/src/bra
Passmower was deployed with Helm chart:
```
helm template --include-crds -n passmower passmower ../passmower/ -f passmower/values.yaml > passmower/application.yaml
helm template --include-crds -n passmower passmower oci://ghcr.io/passmower/charts/passmower -f passmower/values.yaml > passmower/application.yaml
```