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