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 156156 HELM_TIMEOUT=" 1h"
157157 fi
158158
159+ echo " Gitpod: shut down any running workspaces/image-builders"
160+ kubectl delete pods -n " ${NAMESPACE} " -l component=workspace --wait
161+
159162 # The long timeout is to ensure the TLS cert is created (if required)
160163 echo " Gitpod: Apply the Kubernetes objects with timeout of ${HELM_TIMEOUT} "
161164 helm upgrade \
Original file line number Diff line number Diff line change 3030 containers :
3131 - name : installation-status
3232 # 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 "
3434 envFrom :
3535 - configMapRef :
3636 name : gitpod-kots-config
Original file line number Diff line number Diff line change 3939 containers :
4040 - name : installer
4141 # 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 "
4343 volumeMounts :
4444 - mountPath : /mnt/node0
4545 name : node-fs0
You can’t perform that action at this time.
0 commit comments