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:
|
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:
|
- hosts:
|
||||||
- "*.k-space.ee"
|
- "*.k-space.ee"
|
||||||
|
|
||||||
image:
|
# image:
|
||||||
repository: docker.com/passmower/passmower
|
# repository: docker.com/passmower/passmower
|
||||||
pullPolicy: IfNotPresent
|
# pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# # Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "develop"
|
# tag: "develop"
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user