dapr / samples

Community driven repository for Dapr samples
Apache License 2.0
416 stars 174 forks source link

Update k8s registry references #142

Closed letmerecall closed 1 year ago

letmerecall commented 1 year ago

Describe the feature

Per https://github.com/kubernetes/k8s.io/issues/4780, Kubernetes is migrating its image registry to registry.k8s.io, and this repository is impacted.

We have to update the references of k8s.gcr.io to registry.k8s.io by April 3rd to remain up-to-date.

Here's a quick search for k8s.gcr.io on this repo. [search result]. Note that there may be other valid references (like, in the form of generated code, etc) which we have to be aware of.

Release Note

RELEASE NOTE:

ahmedwaleedmalik commented 1 year ago

@yaron2 can you PTAL?