From ff0b6d87bd7cfba3589543f63b1df9a42783c390 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 31 Jul 2023 14:08:25 +0200 Subject: [PATCH] Support multiple operator replicas with leader election eclipsesource/theia-cloud#201 * update app version and images --- charts/theia.cloud-base/Chart.yaml | 2 +- charts/theia.cloud/Chart.yaml | 2 +- charts/theia.cloud/values.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/theia.cloud-base/Chart.yaml b/charts/theia.cloud-base/Chart.yaml index 63f25a1..107f5ae 100644 --- a/charts/theia.cloud-base/Chart.yaml +++ b/charts/theia.cloud-base/Chart.yaml @@ -21,4 +21,4 @@ version: 0.8.1-v002 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.8.1.MS1" +appVersion: "0.8.1.OSWeek23-v1" diff --git a/charts/theia.cloud/Chart.yaml b/charts/theia.cloud/Chart.yaml index c2ad608..0b004cf 100644 --- a/charts/theia.cloud/Chart.yaml +++ b/charts/theia.cloud/Chart.yaml @@ -21,4 +21,4 @@ version: 0.8.1-v003 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.8.1.MS1" +appVersion: "0.8.1.OSWeek23-v1" diff --git a/charts/theia.cloud/values.yaml b/charts/theia.cloud/values.yaml index b0e87d8..8c64656 100644 --- a/charts/theia.cloud/values.yaml +++ b/charts/theia.cloud/values.yaml @@ -26,7 +26,7 @@ issuer: # Docker image of the main application image: # The name of docker image to be used - name: theiacloud/theia-cloud-demo:0.8.1.MS1 + name: theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v1 # Optional: Override the imagePullPolicy for the main application's docker image. # If this is omitted or empty, the root at .Values.imagePullPolicy is used. @@ -86,7 +86,7 @@ hosts: # Values related to the landing page landingPage: # the landing page image to use - image: theiacloud/theia-cloud-landing-page:0.8.1.MS1 + image: theiacloud/theia-cloud-landing-page:0.8.1.OSWeek23-v1 # Optional: Override the imagePullPolicy for the landing page's docker image. # If this is omitted or empty, the root at .Values.imagePullPolicy is used. @@ -140,7 +140,7 @@ keycloak: # Values related to the operator operator: # The operator image - image: theiacloud/theia-cloud-operator:0.8.1.MS1 + image: theiacloud/theia-cloud-operator:0.8.1.OSWeek23-v1 # Optional: Override the imagePullPolicy for the operator's docker image. # If this is omitted or empty, the root at .Values.imagePullPolicy is used. @@ -169,7 +169,7 @@ operator: bandwidthLimiter: "K8SANNOTATION" # If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container - wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.1.MS1 + wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.1.OSWeek23-v1 # Set the number of active sessions a single user can launch sessionsPerUser: "1" @@ -196,7 +196,7 @@ operator: # Values of the Theia.cloud REST service service: # The image to use - image: theiacloud/theia-cloud-service:0.8.1.MS1 + image: theiacloud/theia-cloud-service:0.8.1.OSWeek23-v1 # Optional: Override the imagePullPolicy for the service's docker image. # If this is omitted or empty, the root at .Values.imagePullPolicy is used.