Skip to content
Snippets Groups Projects
Verified Commit 7dada945 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Set version tags for dashboard and dashboard-backend

parent 951f0f7e
No related branches found
No related tags found
1 merge request!23Resolve "Add web and kratos paths in nginx configuration"
Pipeline #14541 passed with stages
in 3 minutes and 6 seconds
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment