From b74e05583d3a82f5c555fc894badba4005c8d815 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 12 Oct 2025 17:17:56 +0200 Subject: [PATCH] feat: add private helm repo support --- helm.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/helm.json b/helm.json index 0e09f7f..dbad380 100644 --- a/helm.json +++ b/helm.json @@ -13,5 +13,13 @@ "helmfile": { "enabled": true, "addLabels": ["deps", "helm"] - } + }, + "hostRules": [ + { + "matchHost": "gitea.t000-n.de", + "hostType": "helm", + "username": "{{ secrets.HELM_REGISTRY_USER }}", + "password": "{{ secrets.HELM_REGISTRY_PASSWORD }}" + } + ] }