From be64643a766c5c7e184b57526f322adfc13971eb Mon Sep 17 00:00:00 2001 From: CodeByNikolas Date: Wed, 25 Mar 2026 21:15:48 +0100 Subject: [PATCH 1/2] Bump staging and prod conversion webhook tag --- .../theia-staging.artemis.cit.tum.de/theia-crds-helm-values.yml | 2 +- deployments/theia.artemis.cit.tum.de/theia-crds-helm-values.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/theia-staging.artemis.cit.tum.de/theia-crds-helm-values.yml b/deployments/theia-staging.artemis.cit.tum.de/theia-crds-helm-values.yml index d6dc778..3171de7 100644 --- a/deployments/theia-staging.artemis.cit.tum.de/theia-crds-helm-values.yml +++ b/deployments/theia-staging.artemis.cit.tum.de/theia-crds-helm-values.yml @@ -2,4 +2,4 @@ clusterIssuer: theia-cloud-selfsigned-issuer conversion: - image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest-4880f6c diff --git a/deployments/theia.artemis.cit.tum.de/theia-crds-helm-values.yml b/deployments/theia.artemis.cit.tum.de/theia-crds-helm-values.yml index d6dc778..3171de7 100644 --- a/deployments/theia.artemis.cit.tum.de/theia-crds-helm-values.yml +++ b/deployments/theia.artemis.cit.tum.de/theia-crds-helm-values.yml @@ -2,4 +2,4 @@ clusterIssuer: theia-cloud-selfsigned-issuer conversion: - image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/conversion-webhook:latest-4880f6c From 41770b6ca100d9f8a766ae50045d4f0600499d16 Mon Sep 17 00:00:00 2001 From: CodeByNikolas Date: Wed, 25 Mar 2026 21:17:43 +0100 Subject: [PATCH 2/2] Bump staging and prod operator/service tags --- deployments/theia-staging.artemis.cit.tum.de/values.yaml | 4 ++-- deployments/theia.artemis.cit.tum.de/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployments/theia-staging.artemis.cit.tum.de/values.yaml b/deployments/theia-staging.artemis.cit.tum.de/values.yaml index 133fbec..1ff6d4b 100644 --- a/deployments/theia-staging.artemis.cit.tum.de/values.yaml +++ b/deployments/theia-staging.artemis.cit.tum.de/values.yaml @@ -42,14 +42,14 @@ theia-cloud: interval: 3 operator: - image: ghcr.io/eduide/eduide-cloud/operator:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/operator:latest-4880f6c #eagerStart: false replicas: 1 sessionsPerUser: 10 storageClassName: csi-rbd-sc service: - image: ghcr.io/eduide/eduide-cloud/service:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/service:latest-4880f6c adminApiTokenSecret: name: service-admin-api-token key: ADMIN_API_TOKEN diff --git a/deployments/theia.artemis.cit.tum.de/values.yaml b/deployments/theia.artemis.cit.tum.de/values.yaml index 5107134..8851b3f 100644 --- a/deployments/theia.artemis.cit.tum.de/values.yaml +++ b/deployments/theia.artemis.cit.tum.de/values.yaml @@ -42,14 +42,14 @@ theia-cloud: interval: 3 operator: - image: ghcr.io/eduide/eduide-cloud/operator:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/operator:latest-4880f6c #eagerStart: false replicas: 3 sessionsPerUser: 10 storageClassName: csi-rbd-sc service: - image: ghcr.io/eduide/eduide-cloud/service:latest-dfe0d09 + image: ghcr.io/eduide/eduide-cloud/service:latest-4880f6c adminApiTokenSecret: name: service-admin-api-token key: ADMIN_API_TOKEN