From 951f0f7e4aa9086242a0f141724bf2ad62821550 Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Wed, 20 Apr 2022 12:17:15 +0200 Subject: [PATCH] set temporary tag for dashboard image --- deployment/helmchart/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 5c652da..cde78ae 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -71,7 +71,9 @@ dashboard: image: registry: open.greenhost.net:4567 repository: stackspin/dashboard/dashboard - tag: 0-1-6 + ## TODO: Correct tag once merges (used to be 0-1-6, guess will be a new + ## number/tag) + tag: feat-user-roles ## 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/