We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43c126 commit 3faecdcCopy full SHA for 3faecdc
operator/Makefile
@@ -71,7 +71,7 @@ docs:
71
72
publish: ## Generate release manifests and publish a versioned container image.
73
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
+ 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
75
yq e -i '.version = "$(subst v,,${RELEASE_VERSION})"' charts/kit-operator/Chart.yaml
76
77
toolchain: ## Install developer toolchain
0 commit comments