Open
Description
Expected Behavior
When I run:
dapr init --image-registry example.io/jdoe/daprio --kubernetes --wait
I expect that all pods will use given image repository.
Actual Behavior
The deploy/dapr-dashboard
is still referring docker.io/daprio/dashboard:0.12.0
. The other four deployments do use expected images.
Steps to Reproduce the Problem
dapr init --image-registry example.io/jdoe/daprio --kubernetes --wait
kubectl get deploy/dapr-dashboard -n dapr-system -oyaml | grep "image:"
Release Note
RELEASE NOTE: