set temporary tag for dashboard image

This commit is contained in:
Maarten de Waard 2022-04-20 12:17:15 +02:00
parent 3f3dd47842
commit 951f0f7e4a
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -71,7 +71,9 @@ dashboard:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard 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. ## 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/