This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 a16f8613a8 Chart: update gitsync (#33748)
a16f8613a8 is described below
commit a16f8613a8bd7f2cb3db2b8215cd8738185d0a08
Author: Jed Cunningham <[email protected]>
AuthorDate: Fri Aug 25 15:25:51 2023 -0600
Chart: update gitsync (#33748)
---
chart/newsfragments/33748.significant.rst | 3 +++
chart/values.schema.json | 2 +-
chart/values.yaml | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/chart/newsfragments/33748.significant.rst
b/chart/newsfragments/33748.significant.rst
new file mode 100644
index 0000000000..025e872226
--- /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 22a2d1c3bb..9eb264dd2f 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 3de24a681b..02af61c3f9 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.