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>
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"helm-values": {
|
|
"fileMatch": ["(^|/)values/.*\\.ya?ml$", "(^|/)values/.*\\.ya?ml\\.gotmpl$"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["helm-values"],
|
|
"versioning": "docker",
|
|
"separateMinorPatch": true
|
|
}
|
|
],
|
|
"helmfile": {
|
|
"enabled": true,
|
|
"addLabels": ["deps", "helm"]
|
|
},
|
|
"hostRules": [
|
|
{
|
|
"matchHost": "gitea.t000-n.de",
|
|
"hostType": "helm",
|
|
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
|
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
|
}
|
|
]
|
|
}
|