chore: Change timetable_image_version to latest

This commit is contained in:
GitHub Actions Bot 2024-01-09 18:38:57 +00:00
parent 603e8fe1b1
commit e2f32dc313
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
image:
tag: "0.1.0"
tag: "latest"
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: "0.1.0"
tag: "latest"
# If image is not accessible for Kubernetes without authentication, configure required secrets here
# will be added verbatim to imagePullSecrets in deployment pod template
imagePullSecrets: []