Skip to content

Commit 3cb0a5d

Browse files
committed
chore: Update gitsync to v4.4.0
1 parent acb678d commit 3cb0a5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

airflow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG GIT_SYNC
55

66
# For updated versions check https://github.com/kubernetes/git-sync/releases
77
# which should contain a image location (e.g. registry.k8s.io/git-sync/git-sync:v3.6.8)
8-
FROM oci.stackable.tech/sdp/git-sync:${GIT_SYNC} AS gitsync-image
8+
FROM oci.stackable.tech/sdp/git-sync/git-sync:${GIT_SYNC} AS gitsync-image
99

1010
FROM stackable/image/statsd_exporter AS statsd_exporter-builder
1111

airflow/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
{
33
"product": "2.9.2",
44
"python": "3.9",
5-
"git_sync": "v4.2.4",
5+
"git_sync": "v4.4.0",
66
"statsd_exporter": "0.28.0",
77
"tini": "0.19.0",
88
"vector": "0.43.1",
99
},
1010
{
1111
"product": "2.9.3",
1212
"python": "3.9",
13-
"git_sync": "v4.2.4",
13+
"git_sync": "v4.4.0",
1414
"statsd_exporter": "0.28.0",
1515
"tini": "0.19.0",
1616
"vector": "0.43.1",
1717
},
1818
{
1919
"product": "2.10.2",
2020
"python": "3.12",
21-
"git_sync": "v4.2.4",
21+
"git_sync": "v4.4.0",
2222
"statsd_exporter": "0.28.0",
2323
"tini": "0.19.0",
2424
"vector": "0.43.1",

0 commit comments

Comments
 (0)