forked from k-space/kube
passmower: get charts from ghcr
This commit is contained in:
parent
1d8528b312
commit
29212d7f14
@ -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
|
||||
```
|
||||
|
@ -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: {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user