Skip to content

Commit 25b07bc

Browse files
committed
align rhds and 6.9
1 parent 1581b5e commit 25b07bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

documentation/modules/ROOT/pages/app-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ data:
242242

243243
`*Click on the 'Create' button*`.
244244

245-
Once the source code is updated and the ConfigMap is created, as before, build and `*Push the updated Inventory Service to the OpenShift cluster*`.
245+
Once the source code is updated and the ConfigMap is created, as before, `*Deploy the updated Inventory Service to the OpenShift cluster*`.
246246

247247
Wait till the build is complete then, `*Delete the Inventory Pod*` to make it start again and look for the config maps:
248248

documentation/modules/ROOT/pages/app-health.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Then, `*build and push the updated Inventory Service to the OpenShift cluster*`.
179179
IDE Task::
180180
+
181181
--
182-
`*Click on 'Terminal' -> 'Run Task...' -> 'devfile: Inventory - Push Component'*`
182+
`*Click on 'Terminal' -> 'Run Task...' -> 'devfile: Inventory - Deploy Component'*`
183183
184184
image::che-runtask.png[Che - RunTask, 600]
185185
--
@@ -192,7 +192,7 @@ CLI::
192192
[source,shell,subs="{markup-in-source}",role=copypaste]
193193
----
194194
cd /projects/workshop/labs/inventory-quarkus
195-
mvn package -Dquarkus.container-image.build=true -DskipTests -Dquarkus.container-image.group=$(oc project -q) -Dquarkus.kubernetes-client.trust-certs=true
195+
mvn package -Dquarkus.kubernetes.deploy=true -DskipTests -Dquarkus.container-image.group=$(oc project -q) -Dquarkus.kubernetes-client.trust-certs=true
196196
----
197197
198198
NOTE: To open a terminal window, `*click on 'Terminal' -> 'New Terminal'*`

documentation/modules/ROOT/pages/gateway-dotnet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ CLI::
198198
----
199199
cd /projects/workshop/labs/gateway-dotnet
200200
201-
oc new-build dotnet:6.0 --name gateway-coolstore \
201+
oc new-build dotnet:9.0 --name gateway-coolstore \
202202
--labels=component=gateway \
203203
--env DOTNET_STARTUP_PROJECT=app.csproj --binary=true
204204
oc start-build gateway-coolstore --from-dir=. -w

0 commit comments

Comments
 (0)