-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrhtas-operator-bundle-push.yaml
More file actions
60 lines (60 loc) · 2.3 KB
/
rhtas-operator-bundle-push.yaml
File metadata and controls
60 lines (60 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/securesign/secure-sign-operator?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
== "release-1.3" && (".tekton/rhtas-operator-bundle-push.yaml".pathChanged() || ".tekton/rhtas-operator-push.yaml".pathChanged()
|| "bundle.Dockerfile".pathChanged() || "Dockerfile.rhtas-operator.rh".pathChanged()
|| "config/***".pathChanged() || "hack/***".pathChanged()
|| "api/***".pathChanged() || "internal/***".pathChanged() || "cmd/***".pathChanged()
|| "test/***".pathChanged() || "ci/***".pathChanged()
|| "go.mod".pathChanged() || "go.sum".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: operator-v1-3
appstudio.openshift.io/component: rhtas-operator-bundle-v1-3
pipelines.appstudio.openshift.io/type: build
name: rhtas-operator-bundle-v1-3-on-push
namespace: rhtas-tenant
spec:
params:
- name: release-version
value: "1.3.4"
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/securesign/rhtas-operator-bundle-v1-3:{{revision}}
- name: dockerfile
value: bundle.Dockerfile
- name: path-context
value: .
- name: build-source-image
value: "true"
- name: hermetic
value: "true"
- name: manager-pipelinerun-selector
value: appstudio.openshift.io/application=operator-v1-3,appstudio.openshift.io/component=rhtas-operator-v1-3,pipelinesascode.tekton.dev/sha={{revision}},pipelinesascode.tekton.dev/event-type=push
- name: manager-registry-url
value: registry.redhat.io/rhtas/rhtas-rhel9-operator
pipelineRef:
params:
- name: url
value: https://github.com/securesign/pipelines.git
- name: revision
value: main
- name: pathInRepo
value: pipelines/bundle-build-oci-ta.yaml
resolver: git
taskRunTemplate:
serviceAccountName: build-pipeline-rhtas-operator-bundle-v1-3
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}