Skip to content

Commit df636c5

Browse files
Yehudit Keridoyehudit1987
authored andcommitted
Update images paths from ghcr.io/kubeflow/kubeflow/* to ghcr.io/kubeflow/dashboard/*
Signed-off-by: Yehudit Kerido <[email protected]>
1 parent d4e7704 commit df636c5

25 files changed

+103
-37
lines changed

.github/workflows/central_dashboard_angular_integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cd config
6464
kustomize build overlays/kubeflow \
6565
| sed "s|ghcr.io/kubeflow/kubeflow/profile-controller:[a-zA-Z0-9_.-]*|${PROFILE_CONTROLLER_IMG}:${TAG}|g" \
66-
| sed "s|ghcr.io/kubeflow/kubeflow/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
66+
| sed "s|ghcr.io/kubeflow/dashboard/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
6767
| kubectl apply -f -
6868
kubectl wait --for=condition=Available deployment -n kubeflow profiles-deployment --timeout=300s
6969
kubectl wait --for=condition=Ready pods -n kubeflow -l kustomize.component=profiles --timeout=300s

.github/workflows/central_dashboard_integration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cd config
6464
kustomize build overlays/kubeflow \
6565
| sed "s|ghcr.io/kubeflow/kubeflow/profile-controller:[a-zA-Z0-9_.-]*|${PROFILE_CONTROLLER_IMG}:${TAG}|g" \
66-
| sed "s|ghcr.io/kubeflow/kubeflow/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
66+
| sed "s|ghcr.io/kubeflow/dashboard/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
6767
| kubectl apply -f -
6868
kubectl wait --for=condition=Available deployment -n kubeflow profiles-deployment --timeout=300s
6969
kubectl wait --for=condition=Ready pods -n kubeflow -l kustomize.component=profiles --timeout=300s

.github/workflows/central_dashboard_multi_arch_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
IMG: ghcr.io/kubeflow/kubeflow/central-dashboard
17+
IMG: ghcr.io/kubeflow/dashboard/central-dashboard
1818

1919
jobs:
2020
build:

.github/workflows/central_dashboard_oci_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- .github/workflows/central_dashboard_oci_publish.yaml
1111

1212
env:
13-
IMG: ghcr.io/kubeflow/kubeflow/central-dashboard
13+
IMG: ghcr.io/kubeflow/dashboard/central-dashboard
1414
ARCH: linux/amd64,linux/ppc64le,linux/arm64/v8
1515

1616
jobs:

.github/workflows/end_to_end_integration_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
CENTRALDASHBOARD_IMG: ghcr.io/kubeflow/dashboard/centraldashboard
21+
CENTRALDASHBOARD_IMG: ghcr.io/kubeflow/dashboard/central-dashboard
2222
CENTRALDASHBOARD_ANGULAR_IMG: ghcr.io/kubeflow/dashboard/centraldashboard-angular
2323
PROFILE_CONTROLLER_IMG: ghcr.io/kubeflow/dashboard/profile-controller
2424
KFAM_IMG: ghcr.io/kubeflow/dashboard/kfam
@@ -68,7 +68,7 @@ jobs:
6868
cd config
6969
kustomize build overlays/kubeflow \
7070
| sed "s|ghcr.io/kubeflow/kubeflow/profile-controller:[a-zA-Z0-9_.-]*|${PROFILE_CONTROLLER_IMG}:${TAG}|g" \
71-
| sed "s|ghcr.io/kubeflow/kubeflow/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
71+
| sed "s|ghcr.io/kubeflow/dashboard/kfam:[a-zA-Z0-9_.-]*|${KFAM_IMG}:${TAG}|g" \
7272
| kubectl apply -f -
7373
kubectl wait --for=condition=Ready pods -n kubeflow -l kustomize.component=profiles --timeout=300s
7474
kubectl wait --for=condition=Available deployment -n kubeflow profiles-deployment --timeout=300s

.github/workflows/kfam_multi_arch_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
IMG: ghcr.io/kubeflow/kubeflow/kfam
17+
IMG: ghcr.io/kubeflow/dashboard/kfam
1818

1919
jobs:
2020
build:

.github/workflows/kfam_oci_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- releasing/version/VERSION
1010

1111
env:
12-
IMG: ghcr.io/kubeflow/kubeflow/kfam
12+
IMG: ghcr.io/kubeflow/dashboard/kfam
1313
ARCH: linux/amd64,linux/ppc64le,linux/arm64/v8
1414

1515
jobs:

.github/workflows/poddefaults_intergration_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
IMG: ghcr.io/kubeflow/kubeflow/poddefaults-webhook
17+
IMG: ghcr.io/kubeflow/dashboard/poddefaults-webhook
1818
TAG: integration-test
1919

2020
jobs:

.github/workflows/poddefaults_multi_arch_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
IMG: ghcr.io/kubeflow/kubeflow/poddefaults-webhook
17+
IMG: ghcr.io/kubeflow/dashboard/poddefaults-webhook
1818

1919
jobs:
2020
build:

.github/workflows/poddefaults_oci_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- .github/workflows/poddefaults_oci_publish.yaml
1111

1212
env:
13-
IMG: ghcr.io/kubeflow/kubeflow/poddefaults-webhook
13+
IMG: ghcr.io/kubeflow/dashboard/poddefaults-webhook
1414
ARCH: linux/amd64,linux/ppc64le,linux/arm64/v8
1515

1616
jobs:

0 commit comments

Comments
 (0)