Set version tags for dashboard and dashboard-backend
This commit is contained in:
parent
951f0f7e4a
commit
7dada945ee
1 changed files with 3 additions and 11 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue