We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b5118 commit bb11bedCopy full SHA for bb11bed
Makefile
@@ -48,7 +48,7 @@ SETUP_ENVTEST := $(TOOLS_BIN_DIR)/setup-envtest
48
STAGING_REGISTRY ?= gcr.io/k8s-staging-capi-ibmcloud
49
STAGING_BUCKET ?= artifacts.k8s-staging-capi-ibmcloud.appspot.com
50
BUCKET ?= $(STAGING_BUCKET)
51
-PROD_REGISTRY := k8s.gcr.io/capi-ibmcloud
+PROD_REGISTRY := registry.k8s.io/capi-ibmcloud
52
REGISTRY ?= $(STAGING_REGISTRY)
53
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
54
PULL_BASE_REF ?= $(RELEASE_TAG) # PULL_BASE_REF will be provided by Prow
0 commit comments