add helm for kind (#57)

This commit is contained in:
澄潭
2022-11-14 19:34:18 +08:00
committed by GitHub
parent b15604e9aa
commit 8165ea6a99
14 changed files with 86 additions and 8 deletions

View File

@@ -102,6 +102,12 @@ helm-push-istio:
cd helm/istio; helm dependency update
cd helm; tar -zcf istio.tgz istio; helm push istio.tgz "oci://$(CHARTS)"
helm-push-kind:
cd helm/kind/higress; helm dependency update
cd helm/kind; tar -zcf higress.tgz higress; helm push higress.tgz "oci://$(CHARTS)"
cd helm/kind/istio; helm dependency update
cd helm/kind; tar -zcf istio.tgz istio; helm push istio.tgz "oci://$(CHARTS)"
DIRS_TO_CLEAN := $(OUT)
DIRS_TO_CLEAN += $(OUT_LINUX)