Add flow-0.8.18 and update documentation

This commit is contained in:
Gitea Actions
2026-01-19 13:31:15 +00:00
parent 8a4bbca496
commit 40bdd485c9
4 changed files with 101 additions and 26 deletions

View File

@@ -14,6 +14,21 @@
"type": "string"
}
},
"image": {
"type": "object",
"description": "Global image settings applied to all services unless overridden",
"properties": {
"tag": {
"type": "string",
"description": "Default image tag for all services (overrides Chart.appVersion)"
},
"pullPolicy": {
"type": "string",
"enum": ["Always", "IfNotPresent", "Never"],
"description": "Default image pull policy for all services"
}
}
},
"azureAd": {
"type": "object",
"properties": {