From 7d85f1e88118b482a0311a31d911c42f8dac71ee Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Wed, 30 Mar 2022 12:35:22 +0000 Subject: [PATCH] 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 https://github.com/gitpod-io/gitpod-gke-guide/commit/a6d4b8d022ad80f571789189a81c6363a09b70a6 Signed-off-by: Tarun Pothulapati --- Dockerfile | 2 +- setup.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b25c1a..e8f1821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/setup.sh b/setup.sh index df8f20f..a08a788 100755 --- a/setup.sh +++ b/setup.sh @@ -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.