Skip to content

Commit 56d9970

Browse files
committed
Replace tekton hub with direct bundle references
1 parent b0c952f commit 56d9970

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pkg/pipelines/tekton/templates.go

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const (
4545
workspaces:
4646
- name: output
4747
workspace: source-workspace`
48-
// TODO fix Tekton Hub reference
4948
taskGitCloneTaskRef = `- name: fetch-sources
5049
params:
5150
- name: url
@@ -55,14 +54,14 @@ const (
5554
- name: gitInitImage
5655
value: ghcr.io/tektoncd/github.com/tektoncd/pipeline/cmd/git-init:v0.21.0
5756
taskRef:
58-
resolver: hub
57+
resolver: bundles
5958
params:
60-
- name: kind
61-
value: task
59+
- name: bundle
60+
value: ghcr.io/tektoncd/catalog/upstream/git-clone:0.9
6261
- name: name
6362
value: git-clone
64-
- name: version
65-
value: "0.4"
63+
- name: kind
64+
value: task
6665
workspaces:
6766
- name: output
6867
workspace: source-workspace`

0 commit comments

Comments
 (0)