From 842fac7b0b45b2b09bd4659caae19264c5f2b54c Mon Sep 17 00:00:00 2001 From: weaviate-git-bot Date: Sun, 17 Mar 2024 17:07:25 -0500 Subject: [PATCH] updated the Weaviate Docker image location (automated bot update) --- weaviate/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weaviate/deploy.yaml b/weaviate/deploy.yaml index 141ed4ae..c22e3342 100644 --- a/weaviate/deploy.yaml +++ b/weaviate/deploy.yaml @@ -1,7 +1,7 @@ version: '2.0' services: weaviate: - image: semitechnologies/weaviate:1.19.6 + image: cr.weaviate.io/semitechnologies/weaviate:1.19.6 expose: - port: 8080 to: