Skip to content

Commit

Permalink
0.8.1.MS2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Aug 30, 2023
1 parent d38952e commit a6b6388
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demo/dockerfiles/demo-theia-monitor-theia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@theia/variable-resolver": "^1.34.0",
"@theia/vsx-registry": "^1.34.0",
"@theia/workspace": "^1.34.0",
"@eclipse-theiacloud/monitor-theia": "0.8.1-alpha.1"
"@eclipse-theiacloud/monitor-theia": "0.8.1-alpha.2"
},
"devDependencies": {
"@theia/cli": "^1.34.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/k8s/appdefinitions/theia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: theiacloud
spec:
downlinkLimit: 30000
image: theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-demo:0.8.1.MS2
imagePullPolicy: IfNotPresent
ingressname: theia-cloud-demo-ws-ingress
limitsCpu: "2"
Expand Down
2 changes: 0 additions & 2 deletions doc/docs/Building-Internal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ Build and push the Landing page with:
```bash
docker build -t theiacloud/theia-cloud-landing-page:latest -f dockerfiles/landing-page/Dockerfile .
docker push theiacloud/theia-cloud-landing-page:latest

```

Build and push the Try Now page with:

```bash
docker build -t theiacloud/theia-cloud-try-now-page:latest -f dockerfiles/try-now-page/Dockerfile .
docker push theiacloud/theia-cloud-try-now-page:latest

```

Build and push the Theia.cloud REST service with:
Expand Down
4 changes: 2 additions & 2 deletions helm/theia.cloud/valuesGKETryNow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ issuer:
email: [email protected]

image:
name: theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v3
name: theiacloud/theia-cloud-demo:0.8.1.MS2
pullSecret: ""
timeoutStrategy: "FIXEDTIME"
timeoutLimit: "30"
Expand All @@ -22,7 +22,7 @@ hosts:
instance: ws.theia-cloud.io

landingPage:
image: theiacloud/theia-cloud-try-now-page:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS2
appDefinition: "theia-cloud-demo"
ephemeralStorage: true
additionalApps:
Expand Down
4 changes: 2 additions & 2 deletions helm/theia.cloud/valuesMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app:
name: Theia Blueprint

image:
name: theiacloud/theia-cloud-activity-demo:0.8.1.OSWeek23-v3
name: theiacloud/theia-cloud-activity-demo:0.8.1.MS2
pullSecret: ""
timeoutStrategy: "FIXEDTIME"
timeoutLimit: "0"
Expand All @@ -19,7 +19,7 @@ hosts:
instance: ws.theia-cloud.io

landingPage:
image: theiacloud/theia-cloud-try-now-page:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS2
appDefinition: "theia-cloud-demo"
ephemeralStorage: true

Expand Down
2 changes: 1 addition & 1 deletion helm/theia.cloud/valuesTestTrynowPage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hosts:
instance: ws.192.168.39.3.nip.io

landingPage:
image: theiacloud/theia-cloud-try-now-page:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS2
imagePullPolicy: Always
appDefinition: "theia-cloud-demo"
ephemeralStorage: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding/<project>=UTF-8
8 changes: 8 additions & 0 deletions java/operator/org.eclipse.theia.cloud.operator/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
Expand Down Expand Up @@ -39,6 +40,13 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion node/monitor-theia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-theiacloud/monitor-theia",
"version": "0.8.1-alpha.1",
"version": "0.8.1-alpha.2",
"keywords": [
"theia-extension"
],
Expand Down
4 changes: 2 additions & 2 deletions terraform/modules/helm/theia-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app:
name: Theia Cloud

image:
name: theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v3
name: theiacloud/theia-cloud-demo:0.8.1.MS2
pullSecret: ""
timeoutStrategy: "FIXEDTIME"
timeoutLimit: "30"
Expand All @@ -19,7 +19,7 @@ hosts:
instance: instances

landingPage:
image: theiacloud/theia-cloud-landing-page:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-landing-page:0.8.1.MS2
appDefinition: "theia-cloud-demo"
ephemeralStorage: false

Expand Down
2 changes: 1 addition & 1 deletion terraform/test-configurations/2-02_monitor/theia_cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resource "helm_release" "theia-cloud" {

set {
name = "image.name"
value = var.use_vscode_extension ? "theiacloud/theia-cloud-activity-demo:0.8.1.OSWeek23-v1" : "theiacloud/theia-cloud-activity-demo-theia:0.8.1.OSWeek23-v1"
value = var.use_vscode_extension ? "theiacloud/theia-cloud-activity-demo:0.8.1.MS2" : "theiacloud/theia-cloud-activity-demo-theia:0.8.1.MS2"
}

set {
Expand Down

0 comments on commit a6b6388

Please sign in to comment.