From a17574e76614ad9e41caf306aad1a98804e108a9 Mon Sep 17 00:00:00 2001 From: Georg K Date: Sat, 28 Sep 2024 00:25:53 +0300 Subject: [PATCH] fix: set command to `cm-push` --- .gitea/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 5b26909..1243dba 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -16,4 +16,4 @@ jobs: - name: update repo run: helm repo update - name: push to helm repo - run: helm push .kube/ gitea \ No newline at end of file + run: helm cm-push .kube/ gitea \ No newline at end of file