chore(timetable): Always pull image

This commit is contained in:
Jim Martens 2024-01-14 11:32:36 +01:00
parent e4db8075cc
commit 76eb60fa63
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
image:
tag: "0.1.0-SNAPSHOT"
pullPolicy: Always
revisionHistoryLimit: 3
ingress:
enabled: true

View File

@ -6,7 +6,7 @@ replicaCount: 1
revisionHistoryLimit: 3
image:
repository: 2martens/timetable
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is latest
tag: "0.1.0-SNAPSHOT"
# If image is not accessible for Kubernetes without authentication, configure required secrets here