This is an automated email from the ASF dual-hosted git repository.

Miretpl 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 73a4c1aa69e [chart/v1-2x-test] Update schema versions (#68509) (#69213)
73a4c1aa69e is described below

commit 73a4c1aa69e2329f2fe580e8c5830a3780a31193
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 21:12:15 2026 +0200

    [chart/v1-2x-test] Update schema versions (#68509) (#69213)
    
    (cherry picked from commit 7ede795680b4d2afef3068f5d1adc48e849771ff)
    
    Co-authored-by: Przemysław Mirowski 
<[email protected]>
---
 chart/values.schema.json        | 2 +-
 chart/values_schema.schema.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/values.schema.json b/chart/values.schema.json
index 3fe3c0689e7..58cafd6ca05 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -1,5 +1,5 @@
 {
-    "$schema": "http://json-schema.org/draft-07/schema";,
+    "$schema": "https://json-schema.org/draft/2020-12/schema";,
     "description": "Default values for airflow. Declare variables to be passed 
into your templates.",
     "type": "object",
     "x-docsSectionOrder": [
diff --git a/chart/values_schema.schema.json b/chart/values_schema.schema.json
index 64179d5a7a4..320f9a41a59 100644
--- a/chart/values_schema.schema.json
+++ b/chart/values_schema.schema.json
@@ -1,5 +1,5 @@
 {
-    "$schema": "http://json-schema.org/draft-07/schema#";,
+    "$schema": "https://json-schema.org/draft/2020-12/schema";,
     "type": "object",
     "description": "This schema is used to validate `values.schema.json` to 
ensure each parameter has `default` and `description` set, and that top level 
properties have a `x-docsSection` set.",
     "definitions": {

Reply via email to