You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Helm chart for the custom resource definitions (CRDs) of Theia Cloud
6
6
@@ -10,7 +10,7 @@ A Helm chart for the custom resource definitions (CRDs) of Theia Cloud
10
10
|-----|------|---------|-------------|
11
11
| clusterIssuer | string |`"theia-cloud-selfsigned-issuer"`| The cluster issuer to use for the certificate |
12
12
| conversion.certMountPath | string |`"/etc/webhook/certs"`| The location of where the certificates are mounted into the container (needs to match with application.properties) |
13
-
| conversion.image | string |`"theiacloud/theia-cloud-conversion-webhook:1.0.0"`| The image of the webhook container |
13
+
| conversion.image | string |`"theiacloud/theia-cloud-conversion-webhook:1.1.0-next"`| The image of the webhook container |
14
14
15
15
----------------------------------------------
16
16
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
| demoApplication.monitor.activityTracker.notifyAfter | int |`25`| Minutes of inactivity that lead to a warning displayed to the user Make greater than timeoutAfter to disable |
20
20
| demoApplication.monitor.activityTracker.timeoutAfter | int |`30`| Minutes of inactivity that lead to pod shutdown |
21
21
| demoApplication.monitor.port | int |`3000`| At which port the monitor extension is available For the Theia extension take the same as the application port For the VSCode extension take 8081 (default) or the port specified via the THEIACLOUD_MONITOR_PORT env variable |
22
-
| demoApplication.name | string |`"theiacloud/theia-cloud-demo:1.0.0"`| The name of docker image to be used |
22
+
| demoApplication.name | string |`"theiacloud/theia-cloud-demo:1.1.0-next"`| The name of docker image to be used |
23
23
| demoApplication.pullSecret | string |`""`| the image pull secret. Leave empty if registry is public |
24
24
| demoApplication.timeout | string |`"30"`| Limit in minutes |
25
25
| hosts | object | (see details below) | You may adjust the hostname below. |
@@ -56,7 +56,7 @@ A Helm chart for Theia Cloud
56
56
| landingPage.appDefinition | string |`"theia-cloud-demo"`| the app id to launch |
57
57
| landingPage.disableInfo | bool |`false`| Should showing info title and text below the launch button be disabled true hides the info title and text false shows the info title and text |
58
58
| 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. |
59
-
| landingPage.image | string |`"theiacloud/theia-cloud-landing-page:1.0.0"`| the landing page image to use |
59
+
| landingPage.image | string |`"theiacloud/theia-cloud-landing-page:1.1.0-next"`| the landing page image to use |
60
60
| 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.infoText | string |`nil`| Optional: If specified with a value, this overrides the info text shown on the landing page. Empty values are ignored. Use `disableInfo` to deactivate showing the info completely. |
@@ -75,7 +75,7 @@ A Helm chart for Theia Cloud
75
75
| operator.cloudProvider | string |`"K8S"`| Select your cloud provider. Possible values: - K8S Plain Kubernetes - MINIKUBE Local deployment on Minikube |
76
76
| operator.continueOnException | bool |`false`| Whether the operator should stop in cases where an exception is not handled |
77
77
| 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. |
78
-
| operator.image | string |`"theiacloud/theia-cloud-operator:1.0.0"`| The operator image |
78
+
| operator.image | string |`"theiacloud/theia-cloud-operator:1.1.0-next"`| The operator image |
79
79
| 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.leaderElection | object | (see details below) | Options to influence the operator's leader election |
@@ -86,14 +86,14 @@ A Helm chart for Theia Cloud
86
86
| 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/|
87
87
| operator.sessionsPerUser | string |`"1"`| Set the number of active sessions a single user can launch |
88
88
| 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. |
89
-
| operator.wondershaperImage | string |`"theiacloud/theia-cloud-wondershaper:1.0.0"`| If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
89
+
| operator.wondershaperImage | string |`"theiacloud/theia-cloud-wondershaper:1.1.0-next"`| If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
| preloading | object | (see details below) | Values to configure preloading of images on Kubernetes nodes. |
92
92
| preloading.enable | bool |`true`| Is image preloading enabled. |
93
93
| preloading.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the image preloading containers. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
94
94
| preloading.images | list |`[]`| Images to preload. Images must support running /bin/sh. If the list is empty and demoApplication.install == true, demoApplication.name is automatically added. |
95
95
| service | object | (see details below) | Values of the Theia Cloud REST service |
96
-
| service.image | string |`"theiacloud/theia-cloud-service:1.0.0"`| The image to use |
96
+
| service.image | string |`"theiacloud/theia-cloud-service:1.1.0-next"`| The image to use |
97
97
| 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. |
0 commit comments