dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 200 forks source link

The `--image-registry` not applied to `deploy/dapr-dashboard` #1311

Open matejvasek opened 1 year ago

matejvasek commented 1 year ago

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:

mukundansundar commented 1 year ago

Thanks for reporting this. Triaged for a fix next release.

mohitpalsingh commented 1 year ago

/assign

mukundansundar commented 11 months ago

@mohitpalsingh Thanks for taking initiative to contribute to the Dapr project. Is there any update on this fix for this?

mukundansundar commented 10 months ago

@mohitpalsingh Is there any ETA on this issue?