From e1b6cc96abc9b1c2f3935adb22517c57184e345e Mon Sep 17 00:00:00 2001 From: OpenClaw Date: Mon, 9 Feb 2026 07:38:30 +0100 Subject: [PATCH] Update image reference to flux/crepes-demo --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 570be1d..c5891e2 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: crepes-demo - image: git.aymerick.fr/aymerick/crepes-demo:latest + image: git.aymerick.fr/flux/crepes-demo:latest imagePullPolicy: Always ports: - containerPort: 3000