Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
spec:
initContainers:
- name: git-sync
image: "k8s.gcr.io/git-sync/git-sync:v3.4.0"
image: "k8s.gcr.io/git-sync/git-sync:v3.6.2"
env:
- name: GIT_SYNC_BRANCH
value: "v2-2-stable"
Expand Down
2 changes: 1 addition & 1 deletion chart/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"tag": {
"description": "The gitSync image tag.",
"type": "string",
"default": "v3.4.0"
"default": "v3.6.2"
},
"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 @@ -93,7 +93,7 @@ images:
pullPolicy: IfNotPresent
gitSync:
repository: k8s.gcr.io/git-sync/git-sync
tag: v3.4.0
tag: v3.6.2
pullPolicy: IfNotPresent

# Select certain nodes for airflow pods.
Expand Down