diff --git a/charts/theia.cloud-base/Chart.yaml b/charts/theia.cloud-base/Chart.yaml index 156112c..d304cf6 100644 --- a/charts/theia.cloud-base/Chart.yaml +++ b/charts/theia.cloud-base/Chart.yaml @@ -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" diff --git a/charts/theia.cloud/Chart.yaml b/charts/theia.cloud/Chart.yaml index 44f133b..3f7a507 100644 --- a/charts/theia.cloud/Chart.yaml +++ b/charts/theia.cloud/Chart.yaml @@ -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" diff --git a/charts/theia.cloud/values.yaml b/charts/theia.cloud/values.yaml index be4ca60..6f7279d 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.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. @@ -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. @@ -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. @@ -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" @@ -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.