diff --git a/deploy/k8s/base/doclingserve/deployment.yaml b/deploy/k8s/base/doclingserve/deployment.yaml index c84f517c..56e8a4a1 100644 --- a/deploy/k8s/base/doclingserve/deployment.yaml +++ b/deploy/k8s/base/doclingserve/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: doclingserve - image: ghcr.io/ds4sd/docling-serve-cpu:latest + image: quay.io/ds4sd/docling-serve:latest imagePullPolicy: Always ports: - name: http diff --git a/deploy/podman/github/instructlab-ui.yaml b/deploy/podman/github/instructlab-ui.yaml index 97a2a47a..0d4227b2 100644 --- a/deploy/podman/github/instructlab-ui.yaml +++ b/deploy/podman/github/instructlab-ui.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: pathservice - image: ghcr.io/instructlab/ui/pathservice:latest + image: quay.io/instructlab-ui/pathservice:latest ports: - containerPort: 4000 hostPort: 4000 @@ -36,7 +36,7 @@ spec: spec: containers: - name: doclingserve - image: ghcr.io/ds4sd/docling-serve-cpu:latest + image: quay.io/ds4sd/docling-serve:latest ports: - containerPort: 5001 hostPort: 5001 @@ -58,7 +58,7 @@ spec: spec: containers: - name: ui - image: ghcr.io/instructlab/ui/ui:latest + image: quay.io/instructlab-ui/ui:latest env: - name: IL_UI_DEPLOYMENT valueFrom: diff --git a/deploy/podman/native/instructlab-ui.yaml b/deploy/podman/native/instructlab-ui.yaml index 0daae526..1841231a 100644 --- a/deploy/podman/native/instructlab-ui.yaml +++ b/deploy/podman/native/instructlab-ui.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: pathservice - image: ghcr.io/instructlab/ui/pathservice:latest + image: quay.io/instructlab-ui/pathservice:latest ports: - containerPort: 4000 hostPort: 4000 @@ -36,7 +36,7 @@ spec: spec: containers: - name: doclingserve - image: ghcr.io/ds4sd/docling-serve:latest + image: quay.io/ds4sd/docling-serve:latest ports: - containerPort: 5001 hostPort: 5001 @@ -58,7 +58,7 @@ spec: spec: containers: - name: ui - image: ghcr.io/instructlab/ui/ui:latest + image: quay.io/instructlab-ui/ui:latest securityContext: runAsGroup: 1000 volumeMounts: