@@ -26,7 +26,7 @@ issuer:
2626# Docker image of the main application
2727image :
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.
8282# Values related to the landing page
8383landingPage :
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
137137operator :
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
184184service :
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