fix: pass agentrun tools image to pipelinerun

This commit is contained in:
Codex
2026-06-01 18:27:23 +00:00
parent db10241761
commit 8a0e52ae32
+2
View File
@@ -392,6 +392,8 @@ function triggerScript(sourceCommit: string, pipelineRun: string): string {
` value: ${gitMirrorReadUrl}`,
" - name: git-write-url",
` value: ${gitMirrorWriteUrl}`,
" - name: tools-image",
` value: ${mirrorToolsImage}`,
" workspaces:",
" - name: source",
" volumeClaimTemplate:",