Skip to content

Commit e6ff3b9

Browse files
tobiasgiesek8s-infra-cherrypick-robot
authored andcommitted
Change default k8s registry
Signed-off-by: Tobias Giese <[email protected]>
1 parent d19e411 commit e6ff3b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endif
8181
STAGING_REGISTRY := gcr.io/k8s-staging-capi-openstack
8282
STAGING_BUCKET ?= artifacts.k8s-staging-capi-openstack.appspot.com
8383
BUCKET ?= $(STAGING_BUCKET)
84-
PROD_REGISTRY ?= k8s.gcr.io/capi-openstack
84+
PROD_REGISTRY ?= registry.k8s.io/capi-openstack
8585
REGISTRY ?= $(STAGING_REGISTRY)
8686
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
8787
PULL_BASE_REF ?= $(RELEASE_TAG) # PULL_BASE_REF will be provided by Prow

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It is recommended to create at least one release candidate when bumping `X` or `
5151

5252
This will cause the image to be automatically built by CI and pushed to the staging repository. As this only builds
5353
the image, it only takes a few minutes.
54-
1. Follow the [image promotion process](https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io#image-promoter) to promote the image from the staging repo to `k8s.gcr.io/capi-openstack`.
54+
1. Follow the [image promotion process](https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io#image-promoter) to promote the image from the staging repo to `registry.k8s.io/capi-openstack`.
5555
The staging repository can be inspected at https://console.cloud.google.com/gcr/images/k8s-staging-capi-openstack/GLOBAL. Be
5656
sure to choose the top level `capi-openstack-controller`, which will provide the multi-arch manifest, rather than one for a specific architecture.
5757
The image build logs are available at [Cloud Build](https://console.cloud.google.com/cloud-build/builds?project=k8s-staging-capi-openstack).

0 commit comments

Comments
 (0)