Skip to content

Commit

Permalink
Support multiple operator replicas with leader election
Browse files Browse the repository at this point in the history
eclipse-theia/theia-cloud#201

* update app version and images
  • Loading branch information
jfaltermeier committed Aug 1, 2023
1 parent 1b1b5a2 commit ff0b6d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/theia.cloud-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion charts/theia.cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions charts/theia.cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand All @@ -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.
Expand Down

0 comments on commit ff0b6d8

Please sign in to comment.