Skip to content

Commit 8cdc9ae

Browse files
AObuchowibuziuk
authored andcommitted
Use theia-latest instead of theia-next in samples
Fix #992 Signed-off-by: Andrew Obuchowicz <[email protected]>
1 parent 65a3779 commit 8cdc9ae

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

samples/ephemeral-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
components:
1616
- name: theia
1717
plugin:
18-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
18+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
1919
components:
2020
- name: theia-ide
2121
container:

samples/git-clone-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
components:
2222
- name: theia
2323
plugin:
24-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
24+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
2525
components:
2626
- name: theia-ide
2727
container:

samples/per-workspace-storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
components:
1616
- name: theia
1717
plugin:
18-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
18+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
1919
components:
2020
- name: theia-ide
2121
container:

samples/pod-overrides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
components:
2424
- name: theia
2525
plugin:
26-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
26+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
2727
components:
2828
- name: theia-ide
2929
container:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next
4+
name: theia-latest
55
spec:
66
started: true
77
template:
@@ -19,7 +19,7 @@ spec:
1919

2020
contributions:
2121
- name: theia
22-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
22+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
2323
components:
2424
- name: theia-ide
2525
container:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: DevWorkspace
22
apiVersion: workspace.devfile.io/v1alpha2
33
metadata:
4-
name: theia-next
4+
name: theia-latest
55
spec:
66
started: true
77
template:
@@ -13,7 +13,7 @@ spec:
1313
components:
1414
- name: theia
1515
plugin:
16-
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/next/devfile.yaml
16+
uri: https://che-plugin-registry-main.surge.sh/v3/plugins/eclipse/che-theia/latest/devfile.yaml
1717
components:
1818
- name: theia-ide
1919
container:

0 commit comments

Comments
 (0)