2 Commits

Author SHA1 Message Date
Tom Alexander
97d5adca56 Still fixing. 2026-06-19 18:20:17 -04:00
Tom Alexander
f4046db402 Fix tekton pipelines. 2026-06-19 18:00:44 -04:00

View File

@@ -7,6 +7,7 @@ spec:
pipeline: "2h0m0s" pipeline: "2h0m0s"
tasks: "1h0m0s" tasks: "1h0m0s"
finally: "0h30m0s" finally: "0h30m0s"
serviceAccountName: build-bot
taskRunTemplate: taskRunTemplate:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineSpec: pipelineSpec:
@@ -54,11 +55,13 @@ spec:
resolver: git resolver: git
params: params:
- name: url - name: url
value: https://code.fizz.buzz/mirror/catalog.git # mirror of https://github.com/tektoncd/catalog.git value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git
- name: revision # - name: revision
value: df36b3853a5657fd883015cdbf07ad6466918acf # value: c3498c69cf6de9583e1c667e723fd8626af1b33c
- name: ref
value: "v1.7.0"
- name: pathInRepo - name: pathInRepo
value: task/git-clone/0.9/git-clone.yaml value: task/git-clone/git-clone.yaml
workspaces: workspaces:
- name: output - name: output
workspace: git-source workspace: git-source