Skip to content

Commit

Permalink
Update image repo in release procedure (#2345)
Browse files Browse the repository at this point in the history
Seems like we no longer need to modify k8s.gcr.io, it's registry.k8s.io
instead.
  • Loading branch information
dulek committed Aug 29, 2023
1 parent c02269d commit bc3ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ $ git push upstream vX.Y.Z
4. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will make [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) to repository.
Cloudbuild should build new images to gcr.io/k8s-staging-provider-os.

5. Make PR https://github.com/kubernetes/k8s.io/blob/main/k8s.gcr.io/images/k8s-staging-provider-os/images.yaml to promote gcr.io images to registry.k8s.io.
5. Make PR modifying [images.yaml](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-provider-os/images.yaml) to promote gcr.io images to registry.k8s.io.

6. Make release notes and publish the release after the new images are published.

0 comments on commit bc3ffab

Please sign in to comment.