From d291dd2d58a1885c00a60561048b6ceb1bf1206a Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 3 Sep 2025 19:49:47 +0200 Subject: syz-cluster: switch away from bitnami/git The image is to be deprecated. Closes #6350. --- syz-cluster/workflow/build-step/workflow-template.yaml | 2 +- syz-cluster/workflow/triage-step/workflow-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'syz-cluster/workflow') 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 -- cgit mrf-deployment