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 }}" + } + ] }