Skip to content

Commit f5e8676

Browse files
authored
Merge pull request #65907 from bobfuru/patch-2
GH-Issue-54441: Update Pipelines 1.8 tutorial
2 parents a725b8e + 9812c2b commit f5e8676

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/op-adding-triggers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
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:

modules/op-running-a-pipeline.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)