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/