Skip to content

Commit eab2db8

Browse files
authored
update guide to 2022.03.1 release
This release updates the guide to use `2022.03.1` release, while also fixing the guide w.r.t status post processing block gitpod-io/gitpod-gke-guide@a6d4b8d Signed-off-by: Tarun Pothulapati <[email protected]>
2 parents 1e87e66 + 7d85f1e commit eab2db8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:edge
22

3-
ARG GITPOD_VERSION="2022.02.0"
3+
ARG GITPOD_VERSION="2022.03.1"
44

55
RUN apk add --no-cache \
66
bash \

setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ EOF
222222
render \
223223
--config="${CONFIG_FILE}" > gitpod.yaml
224224

225+
# See https://github.com/gitpod-io/gitpod/tree/main/install/installer#error-validating-statefulsetstatus
226+
yq eval-all --inplace \
227+
'del(select(.kind == "StatefulSet" and .metadata.name == "openvsx-proxy").status)' \
228+
gitpod.yaml
229+
225230
kubectl apply -f gitpod.yaml
226231

227232
# remove shiftfs-module-loader container.

0 commit comments

Comments
 (0)