dapr / dapr/cli

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

Open
#1,311 4 comments 0 reactions 1 assignee Claimed by @mohitpalsingh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.