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 7c496e8 commit 57e2245Copy full SHA for 57e2245
Makefile
@@ -33,6 +33,8 @@ KUSTOMIZE := $(TOOLS_BIN_DIR)/kustomize
33
GOJQ := $(TOOLS_BIN_DIR)/gojq
34
35
STAGING_REGISTRY ?= gcr.io/k8s-staging-capi-ibmcloud
36
+STAGING_BUCKET ?= artifacts.k8s-staging-capi-ibmcloud.appspot.com
37
+BUCKET ?= $(STAGING_BUCKET)
38
PROD_REGISTRY := k8s.gcr.io/capi-ibmcloud
39
REGISTRY ?= $(STAGING_REGISTRY)
40
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
0 commit comments