feat: add private helm repo support (#6)
All checks were successful
CD / Release (push) Successful in 14s
All checks were successful
CD / Release (push) Successful in 14s
Adding support for our private helm repository enabling updates of private resources. Reviewed-on: #6 Reviewed-by: branch-buddy <branch-buddy@t00n.de> Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #6.
This commit is contained in:
10
helm.json
10
helm.json
@@ -13,5 +13,13 @@
|
|||||||
"helmfile": {
|
"helmfile": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"addLabels": ["deps", "helm"]
|
"addLabels": ["deps", "helm"]
|
||||||
}
|
},
|
||||||
|
"hostRules": [
|
||||||
|
{
|
||||||
|
"matchHost": "gitea.t000-n.de",
|
||||||
|
"hostType": "helm",
|
||||||
|
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
||||||
|
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user