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

rom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ff6038b8d15 updated git-sync to 4.3.0 (#41411)
ff6038b8d15 is described below

commit ff6038b8d154ccdde65a4ebd652ad41d88e8c33e
Author: JKrehling <[email protected]>
AuthorDate: Sun Nov 3 09:10:13 2024 -0500

    updated git-sync to 4.3.0 (#41411)
    
    Co-authored-by: Jon Krehling <[email protected]>
---
 chart/newsfragments/41411.significant.rst | 3 +++
 chart/values.schema.json                  | 2 +-
 chart/values.yaml                         | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/chart/newsfragments/41411.significant.rst 
b/chart/newsfragments/41411.significant.rst
new file mode 100644
index 00000000000..25c1342f573
--- /dev/null
+++ b/chart/newsfragments/41411.significant.rst
@@ -0,0 +1,3 @@
+Default git-sync image is updated to ``4.3.0``
+
+The default git-sync image that is used with the Chart is now ``4.3.0``, 
previously it was ``4.1.0``.
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 9d0887bbfca..ea673a40c2d 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -949,7 +949,7 @@
                         "tag": {
                             "description": "The gitSync image tag.",
                             "type": "string",
-                            "default": "v4.1.0"
+                            "default": "v4.3.0"
                         },
                         "pullPolicy": {
                             "description": "The gitSync image pull policy.",
diff --git a/chart/values.yaml b/chart/values.yaml
index 18a1e91a7b6..6c3b2aeb9bd 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -123,7 +123,7 @@ images:
     pullPolicy: IfNotPresent
   gitSync:
     repository: registry.k8s.io/git-sync/git-sync
-    tag: v4.1.0
+    tag: v4.3.0
     pullPolicy: IfNotPresent
 
 # Select certain nodes for airflow pods.

Reply via email to