kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
191 stars 33 forks source link

Update docs & tests to registry.k8s.io from k8s.gcr.io #403

Closed viccuad closed 1 year ago

viccuad commented 1 year ago

k8s.gcr.io registry is being sunset and moved to registry.k8s.io. Deadline April 3rd.

See: https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/ kubewarden maintainers mail-list announcement

Acceptance criteria

Migrate these docs and & test usages: https://github.com/search?q=org%3Akubewarden%20%22k8s.gcr.io%22&type=code

durlabhcodes commented 1 year ago

Can I work on it?

viccuad commented 1 year ago

@durlabhcodes yes, feel free to tackle it, thanks :). I have assigned you then. This issue will need of 3 simple PRs to 3 different repos.

durlabhcodes commented 1 year ago

Hey @viccuad Raised these PRs

https://github.com/kubewarden/kubewarden-end-to-end-tests/pull/53 https://github.com/kubewarden/docs/pull/166 https://github.com/kubewarden/go-policy-template/pull/34

See if they look fine to you