Skip to content

Commit 8285e54

Browse files
[CI] Publish Preview for PR #1 af3564d
1 parent 4f63b4a commit 8285e54

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

pull-1/sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/01-pattern.html</loc>
5-
<lastmod>2025-03-31T11:39:08.309Z</lastmod>
5+
<lastmod>2025-03-31T13:47:26.211Z</lastmod>
66
</url>
77
<url>
88
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/02-architecture.html</loc>
9-
<lastmod>2025-03-31T11:39:08.309Z</lastmod>
9+
<lastmod>2025-03-31T13:47:26.211Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/03-demo.html</loc>
13-
<lastmod>2025-03-31T11:39:08.309Z</lastmod>
13+
<lastmod>2025-03-31T13:47:26.211Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/developer-resources.html</loc>
17-
<lastmod>2025-03-31T11:39:08.309Z</lastmod>
17+
<lastmod>2025-03-31T13:47:26.211Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-event-mesh-for-microservices/index.html</loc>
21-
<lastmod>2025-03-31T11:39:08.309Z</lastmod>
21+
<lastmod>2025-03-31T13:47:26.211Z</lastmod>
2222
</url>
2323
</urlset>

pull-1/solution-pattern-event-mesh-for-microservices/03-demo.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h4 id="_installing_the_serverless_operator"><a class="anchor" href="#_installin
392392
</div>
393393
<div class="listingblock console-input">
394394
<div class="content">
395-
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">git clone https://github.com/cardil/cabs-usvc
395+
<pre class="highlightjs highlight"><code class="language-shell hljs" data-lang="shell">git clone https://github.com/openshift-knative/cabs-usvc
396396
oc apply -f cabs-usvc/deploy/serverless/operator.yaml
397397
oc wait csv/serverless-operator.v1.35.0 \
398398
--for 'jsonpath={.status.conditions[?(@.phase == "Succeeded")]}'</code></pre>
@@ -504,13 +504,13 @@ <h4 id="_installing_the_demo_applications"><a class="anchor" href="#_installing_
504504
<div class="ulist">
505505
<ul>
506506
<li>
507-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/apps/legacy.yaml">The legacy application</a></p>
507+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/apps/legacy.yaml">The legacy application</a></p>
508508
</li>
509509
<li>
510-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/db/redis.yaml">The Drivers database</a></p>
510+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/db/redis.yaml">The Drivers database</a></p>
511511
</li>
512512
<li>
513-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/apps/drivers.yaml">The Drivers module</a></p>
513+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/apps/drivers.yaml">The Drivers module</a></p>
514514
</li>
515515
</ul>
516516
</div>
@@ -556,13 +556,13 @@ <h4 id="_configuring_the_event_mesh"><a class="anchor" href="#_configuring_the_e
556556
<div class="ulist">
557557
<ul>
558558
<li>
559-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/broker.yaml"><em>Broker</em></a></p>
559+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/broker.yaml"><em>Broker</em></a></p>
560560
</li>
561561
<li>
562-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/sources.yaml">Sources</a></p>
562+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/sources.yaml">Sources</a></p>
563563
</li>
564564
<li>
565-
<p><a href="https://github.com/cardil/cabs-usvc/blob/main/deploy/mesh/triggers.yaml">Triggers</a></p>
565+
<p><a href="https://github.com/openshift-knative/cabs-usvc/blob/main/deploy/mesh/triggers.yaml">Triggers</a></p>
566566
</li>
567567
</ul>
568568
</div>

pull-1/solution-pattern-event-mesh-for-microservices/developer-resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h2 id="_developer_resources"><a class="anchor" href="#_developer_resources"></a
164164
<div class="ulist">
165165
<ul>
166166
<li>
167-
<p><a href="https://github.com/cardil/cabs-usvc">Demo source code</a> &mdash; <em>The example code used in this solution, based on the <a href="https://github.com/legacyfighter/cabs-java">LegacyFighter Java app</a></em></p>
167+
<p><a href="https://github.com/openshift-knative/cabs-usvc">Demo source code</a> &mdash; <em>The example code used in this solution, based on the <a href="https://github.com/legacyfighter/cabs-java">LegacyFighter Java app</a></em></p>
168168
</li>
169169
<li>
170170
<p><a href="https://youtu.be/Rc5IO6S6ZOk">Let&#8217;s get meshy! Microservices are easy with Event Mesh</a> &mdash; <em>The talk that served a base for this solution</em></p>

0 commit comments

Comments
 (0)