From 91eaa49ec2f9156596cceb9708f759ea1b4ebc45 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 12 Oct 2025 17:51:13 +0200 Subject: [PATCH] fix: private helm registry --- helm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm.json b/helm.json index dbad380..69d2938 100644 --- a/helm.json +++ b/helm.json @@ -16,7 +16,7 @@ }, "hostRules": [ { - "matchHost": "gitea.t000-n.de", + "matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm", "hostType": "helm", "username": "{{ secrets.HELM_REGISTRY_USER }}", "password": "{{ secrets.HELM_REGISTRY_PASSWORD }}" -- 2.49.1