diff options
Diffstat (limited to 'syz-cluster/workflow')
| -rw-r--r-- | syz-cluster/workflow/build-step/workflow-template.yaml | 2 | ||||
| -rw-r--r-- | syz-cluster/workflow/triage-step/workflow-template.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/workflow/build-step/workflow-template.yaml b/syz-cluster/workflow/build-step/workflow-template.yaml index 9d3f3485c..76edbf037 100644 --- a/syz-cluster/workflow/build-step/workflow-template.yaml +++ b/syz-cluster/workflow/build-step/workflow-template.yaml @@ -24,7 +24,7 @@ spec: path: /tmp/request.json initContainers: - name: setup-overlays - image: bitnami/git:latest + image: alpine/git:latest imagePullPolicy: IfNotPresent command: - sh diff --git a/syz-cluster/workflow/triage-step/workflow-template.yaml b/syz-cluster/workflow/triage-step/workflow-template.yaml index d55430842..37427cf73 100644 --- a/syz-cluster/workflow/triage-step/workflow-template.yaml +++ b/syz-cluster/workflow/triage-step/workflow-template.yaml @@ -10,7 +10,7 @@ spec: - name: triage-step initContainers: - name: setup-overlays - image: bitnami/git:latest + image: alpine/git:latest imagePullPolicy: IfNotPresent command: - sh |
