File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 156
156
HELM_TIMEOUT=" 1h"
157
157
fi
158
158
159
+ echo " Gitpod: shut down any running workspaces/image-builders"
160
+ kubectl delete pods -n " ${NAMESPACE} " -l component=workspace --wait
161
+
159
162
# The long timeout is to ensure the TLS cert is created (if required)
160
163
echo " Gitpod: Apply the Kubernetes objects with timeout of ${HELM_TIMEOUT} "
161
164
helm upgrade \
Original file line number Diff line number Diff line change 30
30
containers :
31
31
- name : installation-status
32
32
# This will normally be the release tag
33
- image : " eu.gcr.io/gitpod-core-dev/build/installer:tar -installer-env-refactor.2 "
33
+ image : " eu.gcr.io/gitpod-core-dev/build/installer:sje -installer-kill-workspaces.1 "
34
34
envFrom :
35
35
- configMapRef :
36
36
name : gitpod-kots-config
Original file line number Diff line number Diff line change 39
39
containers :
40
40
- name : installer
41
41
# This will normally be the release tag
42
- image : " eu.gcr.io/gitpod-core-dev/build/installer:tar -installer-env-refactor.2 "
42
+ image : " eu.gcr.io/gitpod-core-dev/build/installer:sje -installer-kill-workspaces.1 "
43
43
volumeMounts :
44
44
- mountPath : /mnt/node0
45
45
name : node-fs0
You can’t perform that action at this time.
0 commit comments