-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathace-pipeline-run.yaml
46 lines (46 loc) · 2.06 KB
/
ace-pipeline-run.yaml
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
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: ace-pipeline-run-
# Fixed name allows "tkn pr delete ace-pipeline-run-1 -f ; kubectl apply -f tekton/ace-pipeline-run.yaml ; tkn pr logs ace-pipeline-run-1 -f"
#name: ace-pipeline-run-1
spec:
serviceAccountName: ace-tekton-service-account
pipelineRef:
name: ace-pipeline
params:
- name: outputRegistry
# OpenShift
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace"
#value: "quay.io/trevor_dolby"
#value: "us.icr.io/ace-containers"
#value: "aceDemoRegistry.azurecr.io"
# Minikube
value: "192.168.49.2:5000/default"
- name: buildImage
# Requires an IBM Entitlement Key
value: "cp.icr.io/cp/appc/ace:13.0.1.0-r1"
# Cached locally
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace/ace:13.0.1.0-r1"
# ace-minimal can be built from the ACE package without needing a key
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace/ace-minimal:13.0.1.0-alpine"
# Need to use the -build image for Maven
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace/ace-minimal-build:13.0.1.0-alpine"
#value: "192.168.49.2:5000/default/ace-minimal-build:13.0.1.0-alpine"
- name: runtimeBaseImage
# Requires an IBM Entitlement Key
value: "cp.icr.io/cp/appc/ace:13.0.1.0-r1"
# Cached locally
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace/ace:13.0.1.0-r1"
# ace-minimal can be built from the ACE package without needing a key
#value: "image-registry.openshift-image-registry.svc.cluster.local:5000/ace/ace-minimal:13.0.1.0-alpine"
# Minikube
#value: "192.168.49.2:5000/default/ace-minimal:13.0.1.0-alpine"
# Local copy of ace container
#value: "192.168.49.2:5000/default/ace:13.0.1.0-r1"
- name: url
value: "https://github.com/ot4i/ace-demo-pipeline"
- name: revision
value: "main"
#- name: knativeDeploy
# value: "true"