The `--image-registry` not applied to `deploy/dapr-dashboard`
Open
area/cli
good first issue
kind/bug
P1
triaged/resolved
- Dominant language
- Go
- Stars
- 353
- Forks
- 221
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
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:
Contributor guide
Assessment
This issue has not been assessed yet.