passmower: get charts from ghcr

This commit is contained in:
Erki Aas 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
```

View File

@ -74,11 +74,11 @@ ingress:
- hosts:
- "*.k-space.ee"
image:
repository: docker.com/passmower/passmower
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "develop"
# image:
# repository: docker.com/passmower/passmower
# pullPolicy: IfNotPresent
# # Overrides the image tag whose default is the chart appVersion.
# tag: "develop"
podSecurityContext: {}