Skip to content

Commit 8bb2296

Browse files
committed
0.8.0 Milestone 10 Release
1 parent 5709868 commit 8bb2296

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/theia.cloud-base/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.8.0-MS9v1
18+
version: 0.8.0-MS10v1
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.8.0-MS9"
24+
appVersion: "0.8.0-MS10"

charts/theia.cloud/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.8.0-MS9v1
18+
version: 0.8.0-MS10v1
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.8.0-MS9"
24+
appVersion: "0.8.0-MS10"

charts/theia.cloud/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ issuer:
2626
# Docker image of the main application
2727
image:
2828
# The name of docker image to be used
29-
name: theiacloud/theia-cloud-demo:0.8.0.MS9
29+
name: theiacloud/theia-cloud-demo:0.8.0.MS10
3030

3131
# Optional: Override the imagePullPolicy for the main application's docker image.
3232
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -82,7 +82,7 @@ hosts:
8282
# Values related to the landing page
8383
landingPage:
8484
# the landing page image to use
85-
image: theiacloud/theia-cloud-landing-page:0.8.0.MS9
85+
image: theiacloud/theia-cloud-landing-page:0.8.0.MS10
8686

8787
# Optional: Override the imagePullPolicy for the landing page's docker image.
8888
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -136,7 +136,7 @@ keycloak:
136136
# Values related to the operator
137137
operator:
138138
# The operator image
139-
image: theiacloud/theia-cloud-operator:0.8.0.MS9
139+
image: theiacloud/theia-cloud-operator:0.8.0.MS10
140140

141141
# Optional: Override the imagePullPolicy for the operator's docker image.
142142
# If this is omitted or empty, the root at .Values.imagePullPolicy is used.
@@ -165,7 +165,7 @@ operator:
165165
bandwidthLimiter: "K8SANNOTATION"
166166

167167
# If bandwidthLimiter is set to WONDERSHAPER or K8SANNOTATIONANDWONDERSHAPER this image will be used for the wondershaper init container
168-
wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.0.MS9
168+
wondershaperImage: theiacloud/theia-cloud-wondershaper:0.8.0.MS10
169169

170170
# Set the number of active sessions a single user can launch
171171
sessionsPerUser: "1"
@@ -183,7 +183,7 @@ operator:
183183
# Values of the Theia.cloud REST service
184184
service:
185185
# The image to use
186-
image: theiacloud/theia-cloud-service:0.8.0.MS9
186+
image: theiacloud/theia-cloud-service:0.8.0.MS10
187187

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

0 commit comments

Comments
 (0)