Skip to content

Commit 3faecdc

Browse files
authored
fix build path caused by regression (#144)
1 parent b43c126 commit 3faecdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ docs:
7171

7272
publish: ## Generate release manifests and publish a versioned container image.
7373
yq e -i ".controller.image = \"$$(KO_DOCKER_REPO=public.ecr.aws/kit/kit-operator ko publish --platform=linux/arm64,linux/amd64 --bare -t $(RELEASE_VERSION) ./cmd/controller)\"" charts/kit-operator/values.yaml
74-
yq e -i ".webhook.image = \"$$(KO_DOCKER_REPO=public.ecr.aws/kit/kit-webhook ko publish --platform=linux/arm64,linux/amd64 -t $(RELEASE_VERSION) ./cmd/webhook)\"" charts/kit-operator/values.yaml
74+
yq e -i ".webhook.image = \"$$(KO_DOCKER_REPO=public.ecr.aws/kit/kit-webhook ko publish --platform=linux/arm64,linux/amd64 --bare -t $(RELEASE_VERSION) ./cmd/webhook)\"" charts/kit-operator/values.yaml
7575
yq e -i '.version = "$(subst v,,${RELEASE_VERSION})"' charts/kit-operator/Chart.yaml
7676

7777
toolchain: ## Install developer toolchain

0 commit comments

Comments
 (0)