From b044a529c90e43d6b2b44336fbb482192d7fe2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz> Date: Tue, 15 Apr 2025 10:00:10 +0200 Subject: [PATCH] Upgrading EOSC instances to Lab 4.4.0 --- common/deployments/hub-production.yaml | 2 +- common/deployments/hub-staging.yaml | 2 +- eosc-devel/deployments/fullhub.yaml | 2 +- eosc-testing/deployments/hub.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml index 872fdb7..c94153c 100644 --- a/common/deployments/hub-production.yaml +++ b/common/deployments/hub-production.yaml @@ -50,7 +50,7 @@ singleuser: app.kubernetes.io/instance: cluster-ingress image: name: eginotebooks/single-user-eosc - tag: "sha-56f331e" + tag: "sha-14443de" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 2100ac8..1a43d28 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -50,7 +50,7 @@ singleuser: app.kubernetes.io/instance: cluster-ingress image: name: eginotebooks/single-user-eosc - tag: "sha-56f331e" + tag: "sha-14443de" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml index 1991c22..cd5520e 100644 --- a/eosc-devel/deployments/fullhub.yaml +++ b/eosc-devel/deployments/fullhub.yaml @@ -50,7 +50,7 @@ singleuser: app.kubernetes.io/instance: cluster-ingress image: name: eginotebooks/single-user-eosc - tag: "sha-56f331e" + tag: "sha-14443de" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml index 8851feb..089393e 100644 --- a/eosc-testing/deployments/hub.yaml +++ b/eosc-testing/deployments/hub.yaml @@ -51,7 +51,7 @@ singleuser: app.kubernetes.io/instance: cluster-ingress image: name: eginotebooks/single-user-eosc - tag: "sha-56f331e" + tag: "sha-14443de" profileList: - display_name: Small Environment - 2 vCPU / 4 GB RAM description: > -- GitLab