Skip to content

Commit 32f8417

Browse files
committed
Update versions to 1.0.0-next/SNAPSHOT
Contributed on behalf of STMicroelectronics
1 parent 37a8230 commit 32f8417

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

charts/theia-cloud-base/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 1.0.0-next.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.12.0"
24+
appVersion: "1.0.0-next"

charts/theia-cloud-base/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# theia-cloud-base
22

3-
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)
3+
![Version: 1.0.0-next.0](https://img.shields.io/badge/Version-1.0.0--next.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-next](https://img.shields.io/badge/AppVersion-1.0.0--next-informational?style=flat-square)
44

55
Theia-cloud base chart
66

charts/theia-cloud-crds/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 1.0.0-next.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.12.0"
24+
appVersion: "1.0.0-next"

charts/theia-cloud-crds/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# theia-cloud-crds
22

3-
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)
3+
![Version: 1.0.0-next.0](https://img.shields.io/badge/Version-1.0.0--next.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-next](https://img.shields.io/badge/AppVersion-1.0.0--next-informational?style=flat-square)
44

55
A Helm chart for the custom resource definitions (CRDs) of Theia Cloud
66

@@ -10,7 +10,7 @@ A Helm chart for the custom resource definitions (CRDs) of Theia Cloud
1010
|-----|------|---------|-------------|
1111
| clusterIssuer | string | `"theia-cloud-selfsigned-issuer"` | The cluster issuer to use for the certificate |
1212
| 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:0.12.0"` | The image of the webhook container |
13+
| conversion.image | string | `"theiacloud/theia-cloud-conversion-webhook:1.0.0-next"` | The image of the webhook container |
1414

1515
----------------------------------------------
1616
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/theia-cloud-crds/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
conversion:
22
# -- The image of the webhook container
3-
image: theiacloud/theia-cloud-conversion-webhook:0.12.0
3+
image: theiacloud/theia-cloud-conversion-webhook:1.0.0-next
44
# -- The location of where the certificates are mounted into the container (needs to match with application.properties)
55
certMountPath: /etc/webhook/certs
66

charts/theia-cloud/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 1.0.0-next.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.12.0"
24+
appVersion: "1.0.0-next"

charts/theia-cloud/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# theia-cloud
22

3-
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.12.0](https://img.shields.io/badge/AppVersion-0.12.0-informational?style=flat-square)
3+
![Version: 1.0.0-next.0](https://img.shields.io/badge/Version-1.0.0--next.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-next](https://img.shields.io/badge/AppVersion-1.0.0--next-informational?style=flat-square)
44

55
A Helm chart for Theia Cloud
66

@@ -19,7 +19,7 @@ A Helm chart for Theia Cloud
1919
| demoApplication.monitor.activityTracker.notifyAfter | int | `25` | Minutes of inactivity that lead to a warning displayed to the user Make greater than timeoutAfter to disable |
2020
| demoApplication.monitor.activityTracker.timeoutAfter | int | `30` | Minutes of inactivity that lead to pod shutdown |
2121
| 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:0.12.0"` | The name of docker image to be used |
22+
| demoApplication.name | string | `"theiacloud/theia-cloud-demo:1.0.0-next"` | The name of docker image to be used |
2323
| demoApplication.pullSecret | string | `""` | the image pull secret. Leave empty if registry is public |
2424
| demoApplication.timeout | string | `"30"` | Limit in minutes |
2525
| hosts | object | (see details below) | You may adjust the hostname below. |
@@ -56,7 +56,7 @@ A Helm chart for Theia Cloud
5656
| landingPage.appDefinition | string | `"theia-cloud-demo"` | the app id to launch |
5757
| 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 |
5858
| 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:0.12.0"` | the landing page image to use |
59+
| landingPage.image | string | `"theiacloud/theia-cloud-landing-page:1.0.0-next"` | the landing page image to use |
6060
| 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. |
6161
| landingPage.imagePullSecret | string | `nil` | Optional: the image pull secret |
6262
| 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
7575
| operator.cloudProvider | string | `"K8S"` | Select your cloud provider. Possible values: - K8S Plain Kubernetes - MINIKUBE Local deployment on Minikube |
7676
| operator.continueOnException | bool | `false` | Whether the operator should stop in cases where an exception is not handled |
7777
| 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:0.12.0"` | The operator image |
78+
| operator.image | string | `"theiacloud/theia-cloud-operator:1.0.0-next"` | The operator image |
7979
| 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. |
8080
| operator.imagePullSecret | string | `nil` | Optional: the image pull secret |
8181
| operator.leaderElection | object | (see details below) | Options to influence the operator's leader election |
@@ -86,14 +86,14 @@ A Helm chart for Theia Cloud
8686
| 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/ |
8787
| operator.sessionsPerUser | string | `"1"` | Set the number of active sessions a single user can launch |
8888
| 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:0.12.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.0.0-next"` | If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container |
9090
| operatorrole.name | string | `"operator-api-access"` | |
9191
| preloading | object | (see details below) | Values to configure preloading of images on Kubernetes nodes. |
9292
| preloading.enable | bool | `true` | Is image preloading enabled. |
9393
| 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. |
9494
| 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. |
9595
| service | object | (see details below) | Values of the Theia Cloud REST service |
96-
| service.image | string | `"theiacloud/theia-cloud-service:0.12.0"` | The image to use |
96+
| service.image | string | `"theiacloud/theia-cloud-service:1.0.0-next"` | The image to use |
9797
| 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. |
9898
| service.imagePullSecret | string | `nil` | Optional: the image pull secret |
9999
| service.port | int | `8081` | service port (default: 8081) |

charts/theia-cloud/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ demoApplication:
2828
# -- Should the demo application be installed
2929
install: true
3030
# -- The name of docker image to be used
31-
name: theiacloud/theia-cloud-demo:0.12.0
31+
name: theiacloud/theia-cloud-demo:1.0.0-next
3232

3333
# -- Optional: Override the imagePullPolicy for the main application's docker image.
3434
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -91,7 +91,7 @@ hosts:
9191
# @default -- (see details below)
9292
landingPage:
9393
# -- the landing page image to use
94-
image: theiacloud/theia-cloud-landing-page:0.12.0
94+
image: theiacloud/theia-cloud-landing-page:1.0.0-next
9595

9696
# -- Optional: Override the imagePullPolicy for the landing page's docker image.
9797
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -183,7 +183,7 @@ keycloak:
183183
# @default -- (see details below)
184184
operator:
185185
# -- The operator image
186-
image: theiacloud/theia-cloud-operator:0.12.0
186+
image: theiacloud/theia-cloud-operator:1.0.0-next
187187

188188
# -- Optional: Override the imagePullPolicy for the operator's docker image.
189189
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -212,7 +212,7 @@ operator:
212212
bandwidthLimiter: "K8SANNOTATION"
213213

214214
# -- If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container
215-
wondershaperImage: theiacloud/theia-cloud-wondershaper:0.12.0
215+
wondershaperImage: theiacloud/theia-cloud-wondershaper:1.0.0-next
216216

217217
# -- Set the number of active sessions a single user can launch
218218
sessionsPerUser: "1"
@@ -275,7 +275,7 @@ operator:
275275
# @default -- (see details below)
276276
service:
277277
# -- The image to use
278-
image: theiacloud/theia-cloud-service:0.12.0
278+
image: theiacloud/theia-cloud-service:1.0.0-next
279279

280280
# -- Optional: Override the imagePullPolicy for the service's docker image.
281281
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.

0 commit comments

Comments
 (0)