Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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