From 986f76849c58afb32667bbe56b26c02f3c7bfa8c Mon Sep 17 00:00:00 2001 From: Keiran Price Date: Tue, 2 Apr 2024 15:23:20 +0100 Subject: [PATCH] add slash --- file_watcher_operator/file_watcher_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_watcher_operator/file_watcher_operator.py b/file_watcher_operator/file_watcher_operator.py index 3aaacf8..23821bc 100644 --- a/file_watcher_operator/file_watcher_operator.py +++ b/file_watcher_operator/file_watcher_operator.py @@ -58,7 +58,7 @@ def generate_deployment_body( spec: containers: - name: {name}-file-watcher - image: ghcr.io/fiaisisfilewatcher@sha256:{file_watcher_sha} + image: ghcr.io/fiaisis/filewatcher@sha256:{file_watcher_sha} env: - name: QUEUE_HOST value: {queue_host}