Skip to content

Commit d291dd2

Browse files
committed
syz-cluster: switch away from bitnami/git
The image is to be deprecated. Closes #6350.
1 parent 1921695 commit d291dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

syz-cluster/workflow/build-step/workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
path: /tmp/request.json
2525
initContainers:
2626
- name: setup-overlays
27-
image: bitnami/git:latest
27+
image: alpine/git:latest
2828
imagePullPolicy: IfNotPresent
2929
command:
3030
- sh

syz-cluster/workflow/triage-step/workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
- name: triage-step
1111
initContainers:
1212
- name: setup-overlays
13-
image: bitnami/git:latest
13+
image: alpine/git:latest
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- sh

0 commit comments

Comments
 (0)