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:
parent
f849ab3a8d
commit
08e3e13b74
5 changed files with 65 additions and 4 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Reference in a new issue