8000 The `--image-registry` not applied to `deploy/dapr-dashboard` · Issue #1311 · dapr/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
The --image-registry not applied to deploy/dapr-dashboard #1311
Open
@matejvasek

Description

@matejvasek

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:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0