From 878a151545ddd24196f79f42bb65c7a88253d8bd Mon Sep 17 00:00:00 2001 From: brijeshdoshi2 <111427829+brijeshdoshi2@users.noreply.github.com> Date: Mon, 22 May 2023 10:14:46 +0530 Subject: [PATCH] Update picalc-git.yaml --- tekton/resources/picalc-git.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tekton/resources/picalc-git.yaml b/tekton/resources/picalc-git.yaml index 363fd7d..24ba563 100644 --- a/tekton/resources/picalc-git.yaml +++ b/tekton/resources/picalc-git.yaml @@ -1,11 +1,12 @@ -apiVersion: tekton.dev/v1alpha1 +apiVersion: tekton.dev/v1beta1 kind: PipelineResource metadata: name: picalc-git + namespace: pipelines-tutorial spec: type: git params: - name: revision value: master - name: url - value: https://github.com/IBM/tekton-tutorial \ No newline at end of file + value: https://github.com/IBM/tekton-tutorial