Skip to content

Commit

Permalink
Update git-sync image version (#34689)
Browse files Browse the repository at this point in the history
Update to the latest version (apparently hosted elsewhere now):

https://github.com/kubernetes/git-sync/releases/tag/v3.6.2

Fixes silliness such as:

- #34630 (comment)
- kubernetes/git-sync#344
  • Loading branch information
bbguimaraes authored Dec 9, 2022
1 parent 6e78457 commit 6c07dc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clusters/app.ci/assets/dptp-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand All @@ -126,7 +126,7 @@ spec:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ items:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand All @@ -139,7 +139,7 @@ items:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand Down
4 changes: 2 additions & 2 deletions clusters/app.ci/prow/03_deployment/sinker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ items:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand All @@ -51,7 +51,7 @@ items:
env:
- name: GIT_SYNC_DEST
value: release
image: gcr.io/google_containers/git-sync:v3.1.6
image: registry.k8s.io/git-sync/git-sync:v3.6.2
volumeMounts:
- name: release
mountPath: /tmp/git-sync
Expand Down

0 comments on commit 6c07dc2

Please sign in to comment.