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 92990e4 commit 534ee87Copy full SHA for 534ee87
Makefile
@@ -339,11 +339,11 @@ uninstall: generate kustomize ## Uninstall CRDs from the K8s cluster specified i
339
340
##@ Helm
341
.PHONY: inferencepool-helm-chart-push
342
-inferencepool-helm-chart-push: yq helm
+inferencepool-helm-chart-push: yq helm-install
343
CHART=inferencepool EXTRA_TAG="$(EXTRA_TAG)" IMAGE_REGISTRY="$(IMAGE_REGISTRY)" YQ="$(YQ)" HELM="$(HELM)" ./hack/push-chart.sh
344
345
.PHONY: bbr-helm-chart-push
346
-bbr-helm-chart-push: yq helm
+bbr-helm-chart-push: yq helm-install
347
CHART=body-based-routing EXTRA_TAG="$(EXTRA_TAG)" IMAGE_REGISTRY="$(IMAGE_REGISTRY)" YQ="$(YQ)" HELM="$(HELM)" ./hack/push-chart.sh
348
349
##@ Release
0 commit comments