Skip to content

Commit 69ae0c7

Browse files
committed
upgrading to openshift-4-17
1 parent d3e1ac0 commit 69ae0c7

File tree

6 files changed

+35
-21
lines changed

6 files changed

+35
-21
lines changed

instruqt-tracks/gitops-getting-started/01-exploring-openshift-operator/assignment.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@ notes:
4343
* Accessing Argo CD via CLI and Web UI
4444
* Deploying A Sample Application
4545
tabs:
46-
- title: Terminal 1
46+
- id: rd4wtiznh2yi
47+
title: Terminal 1
4748
type: terminal
4849
hostname: crc
49-
- title: Web Console
50+
- id: 72yfrkdw01oj
51+
title: Web Console
5052
type: website
51-
url: https://console-openshift-console.crc-lgph7-master-0.crc.${_SANDBOX_ID}.instruqt.io
53+
url: https://console-openshift-console.crc.${_SANDBOX_ID}.instruqt.io
5254
new_window: true
53-
- title: Visual Editor
55+
- id: dkxyw7toxby9
56+
title: Visual Editor
5457
type: code
5558
hostname: crc
5659
path: /root

instruqt-tracks/gitops-getting-started/01-exploring-openshift-operator/setup-crc

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ apiVersion: operators.coreos.com/v1alpha1
2525
kind: Subscription
2626
metadata:
2727
labels:
28-
operators.coreos.com/openshift-gitops-operator.openshift-operators: ""
28+
operators.coreos.com/openshift-gitops-operator.openshift-gitops-operator: ""
2929
name: openshift-gitops-operator
3030
namespace: openshift-operators
3131
spec:
32-
channel: stable
32+
channel: latest
3333
installPlanApproval: Automatic
3434
name: openshift-gitops-operator
3535
source: redhat-operators
3636
sourceNamespace: openshift-marketplace
37+
startingCSV: openshift-gitops-operator.v1.14.0
3738
EOF

instruqt-tracks/gitops-getting-started/02-join-red-hat-developer-portal/assignment.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ type: challenge
55
title: Join Red Hat Developer at no cost
66
teaser: Join Red Hat Developer at no cost
77
tabs:
8-
- title: Red Hat Login
8+
- id: megelqw0zbge
9+
title: Red Hat Login
910
type: browser
10-
hostname: rhd-login
11+
hostname: rhd-login-3882336
1112
difficulty: ""
1213
---
1314
Before you proceed with the next challenge, please take a moment to register for Red Hat Developer. If you already have a Red Hat account, you can use the same login credentials.

instruqt-tracks/gitops-getting-started/03-connecting-to-argocd/assignment.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ id: flg5wffrvkeo
44
type: challenge
55
title: Connecting to ArgoCD
66
tabs:
7-
- title: Terminal 1
7+
- id: kkbbjbz3k6wa
8+
title: Terminal 1
89
type: terminal
910
hostname: crc
10-
- title: Web Console
11+
- id: 5g9v5wgt0boq
12+
title: Web Console
1113
type: website
12-
url: https://console-openshift-console.crc-lgph7-master-0.crc.${_SANDBOX_ID}.instruqt.io
14+
url: https://console-openshift-console.crc.${_SANDBOX_ID}.instruqt.io
1315
new_window: true
14-
- title: Visual Editor
16+
- id: io8gy7d5kawr
17+
title: Visual Editor
1518
type: code
1619
hostname: crc
1720
path: /root

instruqt-tracks/gitops-getting-started/04-deploying-sample-application/assignment.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ id: gmdtqtlq8dhx
44
type: challenge
55
title: Deploying a Sample Application
66
tabs:
7-
- title: Terminal 1
7+
- id: fyp3zgj9ohyl
8+
title: Terminal 1
89
type: terminal
910
hostname: crc
10-
- title: Web Console
11+
- id: ou2fdkygp0fb
12+
title: Web Console
1113
type: website
12-
url: https://console-openshift-console.crc-lgph7-master-0.crc.${_SANDBOX_ID}.instruqt.io
14+
url: https://console-openshift-console.crc.${_SANDBOX_ID}.instruqt.io
1315
new_window: true
14-
- title: Visual Editor
16+
- id: hvw7jjqtjcsy
17+
title: Visual Editor
1518
type: code
1619
hostname: crc
1720
path: /root

instruqt-tracks/gitops-getting-started/track.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,21 @@ tags:
4545
- openshift
4646
owner: openshift
4747
developers:
48-
4948
5049
51-
- nvinto@redhat.com
50+
- dahmed@redhat.com
5251
52+
5353
idle_timeout: 400
5454
timelimit: 3600
55+
sandbox_preset: openshift-4-17
5556
lab_config:
5657
overlay: false
57-
width: 25
58-
position: right
58+
width: 0
59+
position: ""
5960
feedback_recap_enabled: true
6061
loadingMessages: true
6162
hideStopButton: false
62-
checksum: "6237577556381343092"
63+
default_layout: AssignmentRight
64+
default_layout_sidebar_size: 25
65+
checksum: "17580851458559037125"

0 commit comments

Comments
 (0)