Skip to content

Commit

Permalink
0.8.1 MS1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jul 28, 2023
1 parent 0f3f21b commit 4ccfdec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/theia.cloud-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.0
version: 0.8.1-v001-MS1

# This is the version number of the application being deployed. This version number should be
# 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.0"
appVersion: "0.8.1.MS1"
4 changes: 2 additions & 2 deletions charts/theia.cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.1-v002
version: 0.8.1-v002-MS1

# This is the version number of the application being deployed. This version number should be
# 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.0"
appVersion: "0.8.1.MS1"
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.0
name: theiacloud/theia-cloud-demo:0.8.1.MS1

# 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.0
image: theiacloud/theia-cloud-landing-page:0.8.1.MS1

# 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.0
image: theiacloud/theia-cloud-operator:0.8.1.MS1

# 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.0
wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.1.MS1

# Set the number of active sessions a single user can launch
sessionsPerUser: "1"
Expand All @@ -187,7 +187,7 @@ operator:
# Values of the Theia.cloud REST service
service:
# The image to use
image: theiacloud/theia-cloud-service:0.8.0
image: theiacloud/theia-cloud-service:0.8.1.MS1

# 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 4ccfdec

Please sign in to comment.