This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
new bd6eaa20f5f [chart/v1-2x-test] Add missing fields in schema file
(#64339) (#64381)
bd6eaa20f5f is described below
commit bd6eaa20f5f924202ecb31386b3e83ec0e06e5ab
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 20:22:53 2026 +0100
[chart/v1-2x-test] Add missing fields in schema file (#64339) (#64381)
* Add missing fields in values.schema.json file
* Fix spellcheck
(cherry picked from commit 2f135c87d01352cdd86d063ce00b95f39f871b3b)
Co-authored-by: Przemysław Mirowski <[email protected]>
---
chart/values.schema.json | 78 ++++++++++++++++++++++++++----------------------
1 file changed, 43 insertions(+), 35 deletions(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 1e441120dcc..449c55de913 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -28,28 +28,28 @@
"description": "Provide a name to substitute for the full names of
resources",
"type": "string",
"default": "",
- "x-docsSection": null
+ "x-docsSection": "Common"
},
"revisionHistoryLimit": {
- "description": "Global number of old replicasets to retain. Can be
overridden by each deployment's revisionHistoryLimit",
+ "description": "Global number of old ReplicaSets to retain. Can be
overridden by each deployment's `revisionHistoryLimit`",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"nameOverride": {
"description": "Override the name of the chart",
"type": "string",
"default": "",
- "x-docsSection": null
+ "x-docsSection": "Common"
},
"useStandardNaming": {
"description": "Use standard naming for all resources using
airflow.fullname template",
"type": "boolean",
"default": false,
- "x-docsSection": null
+ "x-docsSection": "Common"
},
"uid": {
"description": "User of airflow user.",
@@ -1743,7 +1743,7 @@
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running Airflow Celery
workers and using pod-template-file (templated) (deprecated, use
``workers.celery.command`` and/or ``workers.kubernetes.command`` instead).",
@@ -1802,11 +1802,12 @@
"default": 60
},
"command": {
- "description": "Command for livenessProbe
(deprecated, use `workers.celery.livenessProbe.command` instead)",
+ "description": "Command for LivenessProbe
(deprecated, use `workers.celery.livenessProbe.command` instead)",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": "string"
}
@@ -2686,7 +2687,7 @@
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running
Airflow Celery workers (templated).",
@@ -2756,11 +2757,12 @@
"default": null
},
"command": {
- "description": "Command for livenessProbe",
+ "description": "Command for LivenessProbe",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": "string"
}
@@ -3644,11 +3646,12 @@
"default": 60
},
"command": {
- "description": "Command for livenessProbe",
+ "description": "Command for LivenessProbe",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": [
"string",
@@ -3684,11 +3687,12 @@
"default": 10
},
"command": {
- "description": "Command for livenessProbe",
+ "description": "Command for LivenessProbe",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": [
"string",
@@ -3704,13 +3708,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running the Airflow
scheduler (templated).",
@@ -4241,11 +4245,12 @@
"default": 60
},
"command": {
- "description": "Command for livenessProbe",
+ "description": "Command for LivenessProbe",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": [
"string",
@@ -4261,13 +4266,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running the Airflow
triggerer (templated).",
@@ -4903,11 +4908,12 @@
"default": 60
},
"command": {
- "description": "Command for livenessProbe",
+ "description": "Command for LivenessProbe",
"type": [
"array",
"null"
],
+ "default": null,
"items": {
"type": [
"string",
@@ -4923,13 +4929,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running the Airflow
dag processor (templated).",
@@ -5477,7 +5483,8 @@
"enum": [
"OnFailure",
"Never"
- ]
+ ],
+ "default": "OnFailure"
},
"labels": {
"description": "Labels to add to the create user job
objects and pods.",
@@ -5826,7 +5833,8 @@
"enum": [
"OnFailure",
"Never"
- ]
+ ],
+ "default": "OnFailure"
},
"labels": {
"description": "Labels to add to the migrate database job
objects and pods.",
@@ -6219,13 +6227,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running the Airflow
API server (templated).",
@@ -6990,13 +6998,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running the Airflow
webserver (templated).",
@@ -7754,13 +7762,13 @@
}
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use when running flower
(templated).",
@@ -8267,13 +8275,13 @@
}
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"extraNetworkPolicies": {
"description": "Additional NetworkPolicies as needed.",
@@ -8612,13 +8620,13 @@
"default": 1
},
"revisionHistoryLimit": {
- "description": "Number of old replicasets to retain.",
+ "description": "Number of old ReplicaSets to retain.",
"type": [
"integer",
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"command": {
"description": "Command to use for PgBouncer (templated).",
@@ -10119,7 +10127,7 @@
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"successfulJobsHistoryLimit": {
"description": "The successful jobs history limit
specifies the number of finished jobs to retain.",
@@ -10128,7 +10136,7 @@
"null"
],
"default": null,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
}
}
},
@@ -10459,7 +10467,7 @@
"null"
],
"default": 1,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
},
"successfulJobsHistoryLimit": {
"description": "The successful jobs history limit
specifies the number of finished jobs to retain.",
@@ -10468,7 +10476,7 @@
"null"
],
"default": 1,
- "x-docsSection": null
+ "x-docsSection": "Kubernetes"
}
}
},