Skip to content

Commit

Permalink
Chart: Update git-sync to v3.4.0 (#21309)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnskr committed Feb 4, 2022
1 parent b38391e commit 8539336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3.0"
image: "k8s.gcr.io/git-sync/git-sync:v3.4.0"
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 @@ -646,7 +646,7 @@
"tag": {
"description": "The gitSync image tag.",
"type": "string",
"default": "v3.3.0"
"default": "v3.4.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 @@ -90,7 +90,7 @@ images:
pullPolicy: IfNotPresent
gitSync:
repository: k8s.gcr.io/git-sync/git-sync
tag: v3.3.0
tag: v3.4.0
pullPolicy: IfNotPresent

# Select certain nodes for airflow pods.
Expand Down

0 comments on commit 8539336

Please sign in to comment.