chore: Change timetable_image_version to 0.1.0-SNAPSHOT

This commit is contained in:
github-actions[bot] 2024-01-10 07:49:07 +00:00
parent 3598f75334
commit 56f22ebefe
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ image:
repository: 2martens/timetable
pullPolicy: IfNotPresent
# Overrides the image tag whose default is latest
tag: "latest"
tag: "0.1.0-SNAPSHOT"
# If image is not accessible for Kubernetes without authentication, configure required secrets here
# will be added verbatim to imagePullSecrets in deployment pod template
imagePullSecrets: []