Skip to content

Commit 4d9913f

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 4d9913f

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

.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/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:

components/access-management/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GO_SWAGGER_URL ?= https://github.com/go-swagger/go-swagger/releases/download/v0.
44

55
GIT_VERSION := $(shell git describe --tags --always --dirty)
66

7-
IMG ?= ghcr.io/kubeflow/kubeflow/kfam
7+
IMG ?= ghcr.io/kubeflow/dashboard/kfam
88
TAG ?= $(GIT_VERSION)
99
ARCH ?= linux/amd64
1010
generate-go-client: bin/swagger

components/admission-webhook/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image URL to use all building/pushing image targets
2-
IMG ?= ghcr.io/kubeflow/kubeflow/poddefaults-webhook
2+
IMG ?= ghcr.io/kubeflow/dashboard/poddefaults-webhook
33
TAG ?= $(shell git describe --tags --always --dirty)
44
ARCH ?= linux/amd64
55
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

components/admission-webhook/manifests/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
sidecar.istio.io/inject: "false"
1010
spec:
1111
containers:
12-
- image: ghcr.io/kubeflow/kubeflow/poddefaults-webhook
12+
- image: ghcr.io/kubeflow/dashboard/poddefaults-webhook
1313
name: admission-webhook
1414
volumeMounts:
1515
- mountPath: /etc/webhook/certs

0 commit comments

Comments
 (0)