Set version tags for dashboard and dashboard-backend

This commit is contained in:
Maarten de Waard 2022-04-20 14:22:09 +02:00
parent 951f0f7e4a
commit 7dada945ee
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -50,10 +50,7 @@ image:
##
## Same policy for all containers is used.
##
# TODO: Set to Always for developoment purposes, should be reverted to
# 'IfNotPresent'
# pullPolicy: IfNotPresent
pullPolicy: Always
pullPolicy: IfNotPresent
## Dashboard configuration parameters
## ref: https://open.greenhost.net/stackspin/dashboard
@ -71,9 +68,7 @@ dashboard:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard
## TODO: Correct tag once merges (used to be 0-1-6, guess will be a new
## number/tag)
tag: feat-user-roles
tag: 0.1.7
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
@ -240,10 +235,7 @@ backend:
image:
registry: open.greenhost.net:4567
repository: stackspin/dashboard-backend/dashboard-backend
## TODO: Correct tag once merges (used to be 0-1-4, guess will be a new
## number/tag)
tag: 19-integrate-flask-sso-panel-into-dashboard-flask-backend
tag: 0.2.0
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/