From 9b17c59d5c5844ddb67ed90d1aa15b7744ad3ed0 Mon Sep 17 00:00:00 2001 From: Prince Rachit Sinha Date: Fri, 4 Feb 2022 11:28:56 +0000 Subject: [PATCH] Update dev-environment image for gpctl changes --- .gitpod.yml | 2 +- .werft/build.yaml | 2 +- .werft/clean-up-werft-build-nodes.yaml | 2 +- .werft/debug.yaml | 2 +- .werft/run-integration-tests.yaml | 2 +- .werft/wipe-devstaging.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 89dde1f44db9bb..e40fb58bdff328 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,4 +1,4 @@ -image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 +image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workspaceLocation: gitpod/gitpod-ws.code-workspace checkoutLocation: gitpod ports: diff --git a/.werft/build.yaml b/.werft/build.yaml index cbd3ad400b9e05..8e940d1435ed71 100644 --- a/.werft/build.yaml +++ b/.werft/build.yaml @@ -68,7 +68,7 @@ pod: - name: MYSQL_TCP_PORT value: 23306 - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/clean-up-werft-build-nodes.yaml b/.werft/clean-up-werft-build-nodes.yaml index 55bb9a8e2d0303..1280fe561e450c 100644 --- a/.werft/clean-up-werft-build-nodes.yaml +++ b/.werft/clean-up-werft-build-nodes.yaml @@ -16,7 +16,7 @@ pod: type: Directory containers: - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workingDir: /workspace imagePullPolicy: IfNotPresent env: diff --git a/.werft/debug.yaml b/.werft/debug.yaml index 4cf1e1b60aca83..c351b78041a120 100644 --- a/.werft/debug.yaml +++ b/.werft/debug.yaml @@ -53,7 +53,7 @@ pod: - name: MYSQL_TCP_PORT value: 23306 - name: build - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/run-integration-tests.yaml b/.werft/run-integration-tests.yaml index 5879f0ae55d2e5..bed056379eb1c1 100644 --- a/.werft/run-integration-tests.yaml +++ b/.werft/run-integration-tests.yaml @@ -22,7 +22,7 @@ pod: emptyDir: {} initContainers: - name: gcloud - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workingDir: /workspace imagePullPolicy: Always volumeMounts: diff --git a/.werft/wipe-devstaging.yaml b/.werft/wipe-devstaging.yaml index bbeea76ff2b540..653f2988cf5994 100644 --- a/.werft/wipe-devstaging.yaml +++ b/.werft/wipe-devstaging.yaml @@ -14,7 +14,7 @@ pod: secretName: gcp-sa-gitpod-dev-deployer containers: - name: wipe-devstaging - image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0 + image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10 workingDir: /workspace imagePullPolicy: Always volumeMounts: