Skip to content

Commit 9b17c59

Browse files
Prince Rachit Sinharoboquat
Prince Rachit Sinha
authored andcommitted
Update dev-environment image for gpctl changes
1 parent 3bd683e commit 9b17c59

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
1+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
22
workspaceLocation: gitpod/gitpod-ws.code-workspace
33
checkoutLocation: gitpod
44
ports:

.werft/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pod:
6868
- name: MYSQL_TCP_PORT
6969
value: 23306
7070
- name: build
71-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
71+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
7272
workingDir: /workspace
7373
imagePullPolicy: Always
7474
volumeMounts:

.werft/clean-up-werft-build-nodes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pod:
1616
type: Directory
1717
containers:
1818
- name: build
19-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
19+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
2020
workingDir: /workspace
2121
imagePullPolicy: IfNotPresent
2222
env:

.werft/debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pod:
5353
- name: MYSQL_TCP_PORT
5454
value: 23306
5555
- name: build
56-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
56+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
5757
workingDir: /workspace
5858
imagePullPolicy: Always
5959
volumeMounts:

.werft/run-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pod:
2222
emptyDir: {}
2323
initContainers:
2424
- name: gcloud
25-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
25+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
2626
workingDir: /workspace
2727
imagePullPolicy: Always
2828
volumeMounts:

.werft/wipe-devstaging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pod:
1414
secretName: gcp-sa-gitpod-dev-deployer
1515
containers:
1616
- name: wipe-devstaging
17-
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-dev-image-update.0
17+
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:prs-ws-man-bridge-audit.10
1818
workingDir: /workspace
1919
imagePullPolicy: Always
2020
volumeMounts:

0 commit comments

Comments
 (0)