Skip to content

Commit

Permalink
Merge pull request #468 from Danil-Grigorev/tools-go-downgrade
Browse files Browse the repository at this point in the history
馃尡 Ensure dependabot branch has a default tag for make generate
  • Loading branch information
k8s-ci-robot committed Mar 21, 2024
2 parents 3ceb0f7 + df5712b commit 2c1cccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ E2E_OPERATOR_IMAGE ?= $(CONTROLLER_IMG):$(TAG)
# Relase
RELEASE_TAG ?= $(shell git describe --abbrev=0 2>/dev/null)
HELM_CHART_TAG := $(shell echo $(RELEASE_TAG) | cut -c 2-)
ifeq ($(HELM_CHART_TAG),)
HELM_CHART_TAG := v0.0.1-test
RELEASE_TAG := v0.0.1-test
endif
RELEASE_ALIAS_TAG ?= $(PULL_BASE_REF)
RELEASE_DIR := $(ROOT)/out
CHART_DIR := $(RELEASE_DIR)/charts/cluster-api-operator
Expand Down

0 comments on commit 2c1cccb

Please sign in to comment.