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 9325d7f commit df5712bCopy full SHA for df5712b
Makefile
@@ -156,6 +156,10 @@ E2E_OPERATOR_IMAGE ?= $(CONTROLLER_IMG):$(TAG)
156
# Relase
157
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
158
HELM_CHART_TAG := $(shell echo $(RELEASE_TAG) | cut -c 2-)
159
+ifeq ($(HELM_CHART_TAG),)
160
+ HELM_CHART_TAG := v0.0.1-test
161
+ RELEASE_TAG := v0.0.1-test
162
+endif
163
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF)
164
RELEASE_DIR := $(ROOT)/out
165
CHART_DIR := $(RELEASE_DIR)/charts/cluster-api-operator
0 commit comments