diff --git a/chart/newsfragments/33748.significant.rst b/chart/newsfragments/33748.significant.rst new file mode 100644 index 0000000000000..025e87222619d --- /dev/null +++ b/chart/newsfragments/33748.significant.rst @@ -0,0 +1,3 @@ +Default git-sync image is updated to ``3.6.9`` + +The default git-sync image that is used with the Chart is now ``3.6.9``, previously it was ``3.6.3``. diff --git a/chart/values.schema.json b/chart/values.schema.json index 22a2d1c3bb0fd..9eb264dd2fef7 100644 --- a/chart/values.schema.json +++ b/chart/values.schema.json @@ -767,7 +767,7 @@ "tag": { "description": "The gitSync image tag.", "type": "string", - "default": "v3.6.3" + "default": "v3.6.9" }, "pullPolicy": { "description": "The gitSync image pull policy.", diff --git a/chart/values.yaml b/chart/values.yaml index 3de24a681b55b..02af61c3f9b09 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -121,7 +121,7 @@ images: pullPolicy: IfNotPresent gitSync: repository: registry.k8s.io/git-sync/git-sync - tag: v3.6.3 + tag: v3.6.9 pullPolicy: IfNotPresent # Select certain nodes for airflow pods.