Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b5ee7387a | |||
| 957db57cca | |||
| 1d3e7df2fa | |||
| 2df0f6b2c3 | |||
| 1fd6dea387 |
10
helm.json
10
helm.json
@@ -13,5 +13,13 @@
|
||||
"helmfile": {
|
||||
"enabled": true,
|
||||
"addLabels": ["deps", "helm"]
|
||||
}
|
||||
},
|
||||
"hostRules": [
|
||||
{
|
||||
"matchHost": "https://gitea.t000-n.de/api/packages/t.behrendt/helm",
|
||||
"hostType": "helm",
|
||||
"username": "{{ secrets.HELM_REGISTRY_USER }}",
|
||||
"password": "{{ secrets.HELM_REGISTRY_PASSWORD }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user