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