Task #14684
closedUpdate TS9 config
0%
Description
Hey folks,
as we changed a couple of things in Theia and the architecture, I need the TS9 config to reflect those. The ansible repo is not widely in use yet I think, here is the config/application-theia.yml I'd like to have.
{code:java}
theia:
portal-url: https://theia.artemis.cit.tum.de
images:
java:
Java-17: "ghcr.io/ls1intum/theia/java-17:latest"
c:
C: "ghcr.io/ls1intum/theia/c:latest"
javascript:
Javascript: "ghcr.io/ls1intum/theia/javascript:latest"
ocaml:
Ocaml: "ghcr.io/ls1intum/theia/ocaml:latest"
python:
Python: "ghcr.io/ls1intum/theia/python:latest"
rust:
Rust: "ghcr.io/ls1intum/theia/rust:latest"{code}
Thanks for your help and a great start in the week!
Yannik
YS Updated by Yannik Schmidt about 2 months ago
Sorry small update, I need slightly different values please.
{code:java}
theia:
portal-url: https://theia.artemis.cit.tum.de
images:
java:
Java-17: "java-17-latest"
c:
C: "c-latest"
javascript:
Javascript: "javascript-latest"
ocaml:
Ocaml: "ocaml-latest"
python:
Python: "python-latest"
rust:
Rust: "rust-latest" {code}
BS Updated by Benjamin Schmitz about 2 months ago
The following values are now in place:
{code:java}
-THEIA_PORTALURL='https://theia-yannik.k8s.ase.cit.tum.de'
+THEIA_PORTALURL='https://theia.artemis.cit.tum.de'
+THEIA_IMAGES_JAVA_JAVA17='java-17-latest'
+THEIA_IMAGES_C_C='c-latest'
+THEIA_IMAGES_JAVASCRIPT_JAVASCRIPT='javascript-latest'
+THEIA_IMAGES_OCAML_OCAML='ocaml-latest'
+THEIA_IMAGES_PYTHON_PYTHON='python-latest'
+THEIA_IMAGES_RUST_RUST='rust-latest' {code}