From 7dada945ee0ae02ce3f50fd535f95a751f06fdfb Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Wed, 20 Apr 2022 14:22:09 +0200 Subject: [PATCH] Set version tags for dashboard and dashboard-backend --- deployment/helmchart/values.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index cde78ae..dc08bd9 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -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/