File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
- name: git-revision
78
78
value: $(tt.params.git-revision)
79
79
- name: IMAGE
80
- value: image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace) /$(tt.params.git-repo-name)
80
+ value: image-registry.openshift-image-registry.svc:5000/pipelines-tutorial /$(tt.params.git-repo-name)
81
81
workspaces:
82
82
- name: shared-workspace
83
83
volumeClaimTemplate:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ tkn pipeline start build-and-deploy \
19
19
-w name=shared-workspace,volumeClaimTemplateFile=https://raw.githubusercontent.com/openshift/pipelines-tutorial/{pipelines-ver} /01_pipeline/03_persistent_volume_claim.yaml \
20
20
-p deployment-name=pipelines-vote-api \
21
21
-p git-url=https://github.com/openshift/pipelines-vote-api.git \
22
- -p IMAGE='image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace) /pipelines-vote-api' \
22
+ -p IMAGE='image-registry.openshift-image-registry.svc:5000/pipelines-tutorial /pipelines-vote-api' \
23
23
-- use-param-defaults
24
24
----
25
25
+
@@ -42,7 +42,7 @@ $ tkn pipeline start build-and-deploy \
42
42
-w name=shared-workspace,volumeClaimTemplateFile=https://raw.githubusercontent.com/openshift/pipelines-tutorial/{pipelines-ver} /01_pipeline/03_persistent_volume_claim.yaml \
43
43
-p deployment-name=pipelines-vote-ui \
44
44
-p git-url=https://github.com/openshift/pipelines-vote-ui.git \
45
- -p IMAGE='image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace) /pipelines-vote-ui' \
45
+ -p IMAGE='image-registry.openshift-image-registry.svc:5000/pipelines-tutorial /pipelines-vote-ui' \
46
46
-- use-param-defaults
47
47
----
48
48
You can’t perform that action at this time.
0 commit comments