apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: name: test-app-build-005 namespace: innoventions labels: app: test-app pipeline: container-build annotations: description: "Test build of sample application to validate Harbor authentication" spec: pipelineRef: name: container-build timeout: 30m params: - name: git-url value: https://gitea.mk-labs.cloud/rblundon/homelab.git - name: git-revision value: main - name: image-name value: the-seas.local.mk-labs.cloud/library/test-app - name: image-tag value: v1.0.0 - name: dockerfile value: ./test-app.Dockerfile - name: context value: ./ workspaces: - name: shared-workspace persistentVolumeClaim: claimName: tekton-workspace - name: docker-credentials secret: secretName: harbor-credentials