From cdb907a9802eb1e1fcd9a646ffb18d31d699a34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Mon, 9 Mar 2026 06:58:20 +0100 Subject: [PATCH] Rename deployment and update image reference --- base/hub/kerberos-hub-yolov8.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/base/hub/kerberos-hub-yolov8.yaml b/base/hub/kerberos-hub-yolov8.yaml index 7e7eed7..ed30ab2 100644 --- a/base/hub/kerberos-hub-yolov8.yaml +++ b/base/hub/kerberos-hub-yolov8.yaml @@ -1,22 +1,22 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: hub-yolov8 + name: hub-pipeline-classifier labels: - app: hub-yolov8 + app: hub-pipeline-classifier spec: replicas: 1 selector: matchLabels: - app: hub-yolov8 + app: hub-pipeline-classifier template: metadata: labels: - app: hub-yolov8 + app: hub-pipeline-classifier spec: containers: - - name: hub-yolov8 - image: uugai/hub-yolov8:latest + - name: hub-pipeline-classifier + image: ghcr.io/uug-ai/hub-pipeline-classifier:v1.5.5 #resources: # limits: # nvidia.com/gpu: 1 # requesting a single GPU