From d953059d2343ef44f3b8e3ca07656d2dba3c768f Mon Sep 17 00:00:00 2001 From: Moulali Shikalwadi <59642466+moulalis@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:13:19 +0530 Subject: [PATCH] Update kserve-agent-pull-request.yaml Signed-off-by: Moulali Shikalwadi <59642466+moulalis@users.noreply.github.com> --- .tekton/kserve-agent-pull-request.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tekton/kserve-agent-pull-request.yaml b/.tekton/kserve-agent-pull-request.yaml index 6b1324cc4df..a3ca1751aed 100644 --- a/.tekton/kserve-agent-pull-request.yaml +++ b/.tekton/kserve-agent-pull-request.yaml @@ -30,6 +30,8 @@ spec: value: agent.Dockerfile - name: hermetic value: "true" + - name: prefetch-input + value: '{"type": "gomod", "path": "."}' pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.