Skip to content

Commit

Permalink
updated git-sync to 4.3.0 (apache#41411)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Krehling <[email protected]>
  • Loading branch information
JKrehling and Jon Krehling authored Nov 3, 2024
1 parent 0664782 commit ff6038b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions chart/newsfragments/41411.significant.rst
Original file line number Diff line number Diff line change
@@ -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``.
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ff6038b

Please sign in to comment.