Skip to content

Commit 534ee87

Browse files
authored
update make target naming in helm chart pushs commands (#1666)
1 parent 92990e4 commit 534ee87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ uninstall: generate kustomize ## Uninstall CRDs from the K8s cluster specified i
339339

340340
##@ Helm
341341
.PHONY: inferencepool-helm-chart-push
342-
inferencepool-helm-chart-push: yq helm
342+
inferencepool-helm-chart-push: yq helm-install
343343
CHART=inferencepool EXTRA_TAG="$(EXTRA_TAG)" IMAGE_REGISTRY="$(IMAGE_REGISTRY)" YQ="$(YQ)" HELM="$(HELM)" ./hack/push-chart.sh
344344

345345
.PHONY: bbr-helm-chart-push
346-
bbr-helm-chart-push: yq helm
346+
bbr-helm-chart-push: yq helm-install
347347
CHART=body-based-routing EXTRA_TAG="$(EXTRA_TAG)" IMAGE_REGISTRY="$(IMAGE_REGISTRY)" YQ="$(YQ)" HELM="$(HELM)" ./hack/push-chart.sh
348348

349349
##@ Release

0 commit comments

Comments
 (0)