Skip to content

Commit

Permalink
Update git-sync to fix CVEs (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyanmeng authored Oct 16, 2023
1 parent 131fc48 commit 9ab2932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/templates/reconciler-manager-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data:
- NET_RAW
imagePullPolicy: IfNotPresent
- name: git-sync
image: gcr.io/config-management-release/git-sync:v4.0.0-gke.2__linux_amd64
image: gcr.io/config-management-release/git-sync:v4.1.0-gke.0__linux_amd64
args: ["--root=/repo/source", "--link=rev", "--max-failures=30", "--error-file=error.json"]
volumeMounts:
- name: repo
Expand Down

0 comments on commit 9ab2932

Please sign in to comment.