Skip to content

Commit

Permalink
0.8.1.MS3
Browse files Browse the repository at this point in the history
- Increase image versions to 0.8.1.MS3
- Explicitly reference image tag in vscode activity Dockerfile because
  currently no latest image is published for theiacloud/theia-cloud-demo
  • Loading branch information
lucas-koehler committed Oct 26, 2023
1 parent 6364e21 commit 4fda0b0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion demo/dockerfiles/demo-theia-monitor-vscode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM theiacloud/theia-cloud-demo as production-stage
FROM theiacloud/theia-cloud-demo:0.8.1.MS3 as production-stage

COPY --chown=theia:theia theiacloud-monitor-0.8.1.vsix /home/theia/applications/browser/plugins
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.MS2
image: theiacloud/theia-cloud-demo:0.8.1.MS3
imagePullPolicy: IfNotPresent
ingressname: theia-cloud-demo-ws-ingress
limitsCpu: "2"
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.MS2
name: theiacloud/theia-cloud-demo:0.8.1.MS3
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.MS2
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS3
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.MS2
name: theiacloud/theia-cloud-activity-demo:0.8.1.MS3
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.MS2
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS3
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.MS2
image: theiacloud/theia-cloud-try-now-page:0.8.1.MS3
imagePullPolicy: Always
appDefinition: "theia-cloud-demo"
ephemeralStorage: true
Expand Down
12 changes: 6 additions & 6 deletions terraform/modules/helm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "helm_release" "theia-cloud-base" {
name = "theia-cloud-base"
repository = "https://github.eclipsesource.com/theia-cloud-helm"
chart = "theia-cloud-base"
version = "0.8.1-v004-MS2"
version = "0.8.1-v004-MS3"
namespace = "theiacloud"
create_namespace = true

Expand All @@ -145,7 +145,7 @@ resource "helm_release" "theia-cloud-crds" {
name = "theia-cloud-crds"
repository = "https://github.eclipsesource.com/theia-cloud-helm"
chart = "theia-cloud-crds"
version = "0.8.1-v004-MS2"
version = "0.8.1-v004-MS3"
namespace = "theiacloud"
create_namespace = true
}
Expand All @@ -162,9 +162,9 @@ locals {
# it will output "".
local_exec_quotes = startswith(abspath(path.module), "/") ? "'" : ""
jsonpatch = jsonencode([{
"op" = "add",
"path" = "/spec/template/spec/containers/0/args/-",
"value" = "--default-ssl-certificate=keycloak/${var.hostname}-tls"
"op" = "add",
"path" = "/spec/template/spec/containers/0/args/-",
"value" = "--default-ssl-certificate=keycloak/${var.hostname}-tls"
}])
}

Expand Down Expand Up @@ -229,7 +229,7 @@ resource "helm_release" "theia-cloud" {
name = "theia-cloud"
repository = "https://github.eclipsesource.com/theia-cloud-helm"
chart = "theia-cloud"
version = "0.8.1-v008-MS2"
version = "0.8.1-v009-MS3"
namespace = "theiacloud"
create_namespace = true

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.MS2
name: theiacloud/theia-cloud-demo:0.8.1.MS3
pullSecret: ""
timeoutStrategy: "FIXEDTIME"
timeoutLimit: "30"
Expand All @@ -19,7 +19,7 @@ hosts:
instance: instances

landingPage:
image: theiacloud/theia-cloud-landing-page:0.8.1.MS2
image: theiacloud/theia-cloud-landing-page:0.8.1.MS3
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.MS2" : "theiacloud/theia-cloud-activity-demo-theia:0.8.1.MS2"
value = var.use_vscode_extension ? "theiacloud/theia-cloud-activity-demo:0.8.1.MS3" : "theiacloud/theia-cloud-activity-demo-theia:0.8.1.MS3"
}

set {
Expand Down

0 comments on commit 4fda0b0

Please sign in to comment.