Skip to content

Commit bb11bed

Browse files
authored
Replace k8s.gcr.io references with registry.k8s.io (#1144)
* Replace k8s.gcr.io references with registry.k8s.io Replace k8s.gcr.io references with registry.k8s.io * Update release.md * Update release.md
1 parent 12b5118 commit bb11bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SETUP_ENVTEST := $(TOOLS_BIN_DIR)/setup-envtest
4848
STAGING_REGISTRY ?= gcr.io/k8s-staging-capi-ibmcloud
4949
STAGING_BUCKET ?= artifacts.k8s-staging-capi-ibmcloud.appspot.com
5050
BUCKET ?= $(STAGING_BUCKET)
51-
PROD_REGISTRY := k8s.gcr.io/capi-ibmcloud
51+
PROD_REGISTRY := registry.k8s.io/capi-ibmcloud
5252
REGISTRY ?= $(STAGING_REGISTRY)
5353
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
5454
PULL_BASE_REF ?= $(RELEASE_TAG) # PULL_BASE_REF will be provided by Prow

0 commit comments

Comments
 (0)