Skip to content

Commit

Permalink
update guide to 2022.03.1 release
Browse files Browse the repository at this point in the history
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 <tarun@gitpod.io>
  • Loading branch information
Pothulapati authored Mar 30, 2022
2 parents 1e87e66 + 7d85f1e commit eab2db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:edge

ARG GITPOD_VERSION="2022.02.0"
ARG GITPOD_VERSION="2022.03.1"

RUN apk add --no-cache \
bash \
Expand Down
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ EOF
render \
--config="${CONFIG_FILE}" > gitpod.yaml

# See https://github.com/gitpod-io/gitpod/tree/main/install/installer#error-validating-statefulsetstatus
yq eval-all --inplace \
'del(select(.kind == "StatefulSet" and .metadata.name == "openvsx-proxy").status)' \
gitpod.yaml

kubectl apply -f gitpod.yaml

# remove shiftfs-module-loader container.
Expand Down

0 comments on commit eab2db8

Please sign in to comment.