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 7777 - name: git-revision
7878 value: $(tt.params.git-revision)
7979 - 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)
8181 workspaces:
8282 - name: shared-workspace
8383 volumeClaimTemplate:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ tkn pipeline start build-and-deploy \
1919 -w name=shared-workspace,volumeClaimTemplateFile=https://raw.githubusercontent.com/openshift/pipelines-tutorial/{pipelines-ver} /01_pipeline/03_persistent_volume_claim.yaml \
2020 -p deployment-name=pipelines-vote-api \
2121 -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' \
2323 -- use-param-defaults
2424----
2525+
@@ -42,7 +42,7 @@ $ tkn pipeline start build-and-deploy \
4242 -w name=shared-workspace,volumeClaimTemplateFile=https://raw.githubusercontent.com/openshift/pipelines-tutorial/{pipelines-ver} /01_pipeline/03_persistent_volume_claim.yaml \
4343 -p deployment-name=pipelines-vote-ui \
4444 -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' \
4646 -- use-param-defaults
4747----
4848
You can’t perform that action at this time.
0 commit comments