hussein-awala commented on code in PR #34342:
URL: https://github.com/apache/airflow/pull/34342#discussion_r1328132664
##########
airflow/providers/cncf/kubernetes/pod_template_file_examples/git_sync_template.yaml:
##########
@@ -26,21 +26,21 @@ metadata:
spec:
initContainers:
- name: git-sync
- image: "registry.k8s.io/git-sync/git-sync:v3.6.3"
+ image: "registry.k8s.io/git-sync/git-sync:v4.0.0"
env:
- - name: GIT_SYNC_BRANCH
+ - name: GITSYNC_REF
Review Comment:
> git-sync v4.0.0+ accept GIT_SYNC_BRANCH and GIT_SYNC_REV flags, they just
deprecated
Will we have deprecation warning if we provide both old and new styles to
git-sync v4.0.0+ image?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]