Skip to content

Commit

Permalink
0.8.2.MS2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Aug 30, 2023
1 parent 46d4aa0 commit 9214691
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/theia-cloud-crds/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-v003
version: 0.8.1-v004-MS2

# 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.1.OSWeek23-v3"
appVersion: "0.8.1.MS2"
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.1-v003
version: 0.8.1-v004-MS2

# 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.1.OSWeek23-v3"
appVersion: "0.8.1.MS2"
2 changes: 1 addition & 1 deletion charts/theia.cloud-base/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# theia-cloud-base

![Version: 0.8.1-v003](https://img.shields.io/badge/Version-0.8.1--v003-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1.OSWeek23-v3](https://img.shields.io/badge/AppVersion-0.8.1.OSWeek23--v3-informational?style=flat-square)
![Version: 0.8.1-v004-MS2](https://img.shields.io/badge/Version-0.8.1--v004--MS2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1.MS2](https://img.shields.io/badge/AppVersion-0.8.1.MS2-informational?style=flat-square)

Theia-cloud base chart

Expand Down
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-v006
version: 0.8.1-v007-MS2

# 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.1.OSWeek23-v3"
appVersion: "0.8.1.MS2"
12 changes: 6 additions & 6 deletions charts/theia.cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# theia-cloud

![Version: 0.8.1-v006](https://img.shields.io/badge/Version-0.8.1--v006-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1.OSWeek23-v3](https://img.shields.io/badge/AppVersion-0.8.1.OSWeek23--v3-informational?style=flat-square)
![Version: 0.8.1-v007-MS2](https://img.shields.io/badge/Version-0.8.1--v007--MS2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1.MS2](https://img.shields.io/badge/AppVersion-0.8.1.MS2-informational?style=flat-square)

A Helm chart for Theia.cloud

Expand Down Expand Up @@ -28,7 +28,7 @@ A Helm chart for Theia.cloud
| hosts.useServicePortInHostname | bool | `false` | whether the service port needs to be part of the service URL (default: false) |
| image | object | (see details below) | Docker image of the main application |
| image.imagePullPolicy | string | `nil` | Optional: Override the imagePullPolicy for the main application's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
| image.name | string | `"theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v3"` | The name of docker image to be used |
| image.name | string | `"theiacloud/theia-cloud-demo:0.8.1.MS2"` | The name of docker image to be used |
| image.pullSecret | string | `""` | the image pull secret. Leave empty if registry is public |
| image.timeoutLimit | string | `"30"` | Limit in minutes |
| image.timeoutStrategy | string | `"FIXEDTIME"` | Configures how sessions will be stopped. This defines the strategy and the limit in minutes and will override any specification from an appDefinition. Possible values for strategy: - FIXEDTIME Sessions will be stopped after a fixed limit |
Expand All @@ -53,7 +53,7 @@ A Helm chart for Theia.cloud
| landingPage.additionalApps | string | `nil` | The page may show these additional apps in a drop down. This is a map. The key maps to the app definition name The value is the label that is supposed to be shown in the UI Example: different-app-definition: label: "Different App Definition" further-app-definition: label: "Further App Definition" |
| landingPage.appDefinition | string | `"theia-cloud-demo"` | the app id to launch |
| landingPage.ephemeralStorage | bool | `true` | If set to true no persisted storage is used when creating sessions on the landing page. Set to false if you want to use persisted storage. |
| landingPage.image | string | `"theiacloud/theia-cloud-landing-page:0.8.1.OSWeek23-v3"` | the landing page image to use |
| landingPage.image | string | `"theiacloud/theia-cloud-landing-page:0.8.1.MS2"` | the landing page image to use |
| landingPage.imagePullPolicy | string | `nil` | Optional: Override the imagePullPolicy for the landing page's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
| landingPage.imagePullSecret | string | `nil` | Optional: the image pull secret |
| monitor | object | (see details below) | Values to influence the monitor |
Expand All @@ -69,7 +69,7 @@ A Helm chart for Theia.cloud
| operator.cloudProvider | string | `"K8S"` | Select your cloud provider. Possible values: - K8S Plain Kubernetes - MINIKUBE Local deployment on Minikube |
| operator.continueOnException | bool | `false` | Whether the operator should stop in cases where an exception is not handled |
| operator.eagerStart | bool | `false` | Whether theia applications shall be started eager. This means that the application is already running without a user. When a user requests a new session, one of the already launched ones is assigned. Currently only false is fully supported. |
| operator.image | string | `"theiacloud/theia-cloud-operator:0.8.1.OSWeek23-v3"` | The operator image |
| operator.image | string | `"theiacloud/theia-cloud-operator:0.8.1.MS2"` | The operator image |
| operator.imagePullPolicy | string | `nil` | Optional: Override the imagePullPolicy for the operator's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
| operator.imagePullSecret | string | `nil` | Optional: the image pull secret |
| operator.leaderElection | object | (see details below) | Options to influence the operator's leader election |
Expand All @@ -79,10 +79,10 @@ A Helm chart for Theia.cloud
| operator.requestedStorage | string | `"250Mi"` | The amount of requested storage for each persistent volume claim (PVC) for workspaces. This is directly passed to created PVCs and must be a valid Kubernetes quantity. See https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/quantity/ |
| operator.sessionsPerUser | string | `"1"` | Set the number of active sessions a single user can launch |
| operator.storageClassName | string | `"default"` | The name of the storage class for persistent volume claims for workspaces. This storage class must be present on the cluster. Most cloud providers offer a default storage class without additional configuration. |
| operator.wondershaperImage | string | `"theiacloud/theia-cloud-wondershaper:0.8.1.OSWeek23-v3"` | If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
| operator.wondershaperImage | string | `"theiacloud/theia-cloud-wondershaper:0.8.1.MS2"` | If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
| operatorrole.name | string | `"operator-api-access"` | |
| service | object | (see details below) | Values of the Theia.cloud REST service |
| service.image | string | `"theiacloud/theia-cloud-service:0.8.1.OSWeek23-v3"` | The image to use |
| service.image | string | `"theiacloud/theia-cloud-service:0.8.1.MS2"` | The image to use |
| service.imagePullPolicy | string | `nil` | Optional: Override the imagePullPolicy for the service's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
| service.imagePullSecret | string | `nil` | Optional: the image pull secret |
| servicerole.name | string | `"service-api-access"` | |
Expand Down
10 changes: 5 additions & 5 deletions charts/theia.cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ issuer:
# @default -- (see details below)
image:
# -- The name of docker image to be used
name: theiacloud/theia-cloud-demo:0.8.1.OSWeek23-v3
name: theiacloud/theia-cloud-demo:0.8.1.MS2

# -- 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 @@ -99,7 +99,7 @@ hosts:
# @default -- (see details below)
landingPage:
# -- the landing page image to use
image: theiacloud/theia-cloud-landing-page:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-landing-page:0.8.1.MS2

# -- 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 @@ -161,7 +161,7 @@ keycloak:
# @default -- (see details below)
operator:
# -- The operator image
image: theiacloud/theia-cloud-operator:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-operator:0.8.1.MS2

# -- 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 @@ -190,7 +190,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.OSWeek23-v3
wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.1.MS2

# -- Set the number of active sessions a single user can launch
sessionsPerUser: "1"
Expand Down Expand Up @@ -250,7 +250,7 @@ operator:
# @default -- (see details below)
service:
# -- The image to use
image: theiacloud/theia-cloud-service:0.8.1.OSWeek23-v3
image: theiacloud/theia-cloud-service:0.8.1.MS2

# -- 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 9214691

Please sign in to comment.