fix passmower image pulling

This commit is contained in:
Erki Aas 2024-08-22 14:12:49 +03:00
parent a37d268574
commit 18483197c9

View File

@ -75,8 +75,8 @@ ingress:
- "*.k-space.ee" - "*.k-space.ee"
image: image:
repository: passmower/passmower repository: docker.com/passmower/passmower
pullPolicy: Always 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"