fix: private helm registry #7

Merged
t.behrendt merged 1 commits from fix-private-helm-registry into main 2025-10-12 17:55:47 +02:00
Showing only changes of commit 91eaa49ec2 - Show all commits

View File

@@ -16,7 +16,7 @@
}, },
"hostRules": [ "hostRules": [
{ {
"matchHost": "gitea.t000-n.de", "matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm",
"hostType": "helm", "hostType": "helm",
"username": "{{ secrets.HELM_REGISTRY_USER }}", "username": "{{ secrets.HELM_REGISTRY_USER }}",
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}" "password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"