Fix invalid reference format

when image.digest is missing.

see https://open.greenhost.net/stackspin/stackspin/-/merge_requests/1397#note_50785
and https://github.com/bitnami/charts/pull/12029
This commit is contained in:
Varac 2022-08-24 16:52:48 +02:00
parent f849ab3a8d
commit 08e3e13b74
No known key found for this signature in database
GPG key ID: 5465E77E7876ED04
5 changed files with 65 additions and 4 deletions

View file

@ -69,6 +69,7 @@ dashboard:
registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard
tag: 0-2-8
digest: ""
## 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/
@ -236,6 +237,7 @@ backend:
registry: open.greenhost.net:4567
repository: stackspin/dashboard-backend/dashboard-backend
tag: 0-2-9
digest: ""
## 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/