From 68c317b9723fcfc971bc59f909633660a11fdcf6 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 6 Jul 2023 16:30:02 +0200 Subject: [PATCH] 0.8.0 Release --- charts/theia.cloud-base/Chart.yaml | 4 ++-- charts/theia.cloud/Chart.yaml | 4 ++-- charts/theia.cloud/values.yaml | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/theia.cloud-base/Chart.yaml b/charts/theia.cloud-base/Chart.yaml index 2665783..156112c 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-MS10v1 +version: 0.8.0 # 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-MS10" +appVersion: "0.8.0" diff --git a/charts/theia.cloud/Chart.yaml b/charts/theia.cloud/Chart.yaml index 36f26a7..5b3ce80 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.0-MS10v2 +version: 0.8.0 # 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-MS10" +appVersion: "0.8.0" diff --git a/charts/theia.cloud/values.yaml b/charts/theia.cloud/values.yaml index 5a540f9..5740d10 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.MS10 + name: theiacloud/theia-cloud-demo:0.8.0 # 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.MS10 + image: theiacloud/theia-cloud-landing-page:0.8.0 # 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.MS10 + image: theiacloud/theia-cloud-operator:0.8.0 # 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.MS10 + wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.0 # 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.MS10 + image: theiacloud/theia-cloud-service:0.8.0 # Optional: Override the imagePullPolicy for the service's docker image. # If this is omitted or empty, the root at .Values.imagePullPolicy is used.