Skip to content

Commit fda4e1f

Browse files
ibuziukl0rd
authored andcommitted
fix: Updating cluster URL after Sandbox ROSA migration
Signed-off-by: Ilya Buziuk <[email protected]>
1 parent 1f1dea3 commit fda4e1f

9 files changed

+9
-9
lines changed

.github/workflows/alpine-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:alpine
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/busybox-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:busybox
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/fedora-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:fedora
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/golang-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:golang
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/openjdk-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:openjdk
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/ubi8-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:ubi8
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/ubi9-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:ubi9
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515

1616
jobs:
1717
vscode-startup:

.github/workflows/ubuntu-vscode-startup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CLOUD_DEV_IMAGE: quay.io/mloriedo/cloud-dev-images:ubuntu
1313
EDITOR_IMAGE: quay.io/che-incubator/che-code:insiders
14-
CLUSTER_URL: https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443
14+
CLUSTER_URL: https://api.rm1.0a51.p1.openshiftapps.com:6443
1515
CLUSTER_TOKEN: ${{ secrets.DEV_SANDBOX_TOKEN }}
1616

1717
jobs:

__tests__/run-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
CLUSTER_URL=${CLUSTER_URL:-"https://api.sandbox-m2.ll9k.p1.openshiftapps.com:6443"}
4+
CLUSTER_URL=${CLUSTER_URL:-"https://api.rm1.0a51.p1.openshiftapps.com:6443"}
55
EDITOR_IMAGE=${EDITOR_IMAGE:-"quay.io/che-incubator/che-code:insiders"}
66

77
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

0 commit comments

Comments
 (0)