Add flow-0.8.18 and update documentation
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user