This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new e8a4dd3128 Use mirror.gcr.io for semitechnologies/weaviate to avoid 
unauthenticated pull rate limit from dockerhub
e8a4dd3128 is described below

commit e8a4dd3128779746d80aef0036a2cc8dd7b2e2d4
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Sep 9 12:52:56 2025 +0200

    Use mirror.gcr.io for semitechnologies/weaviate to avoid unauthenticated 
pull rate limit from dockerhub
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51e80fe550..f64786421c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
         
<solr.container.image>mirror.gcr.io/solr:9.8.0-slim</solr.container.image>
         
<splunk.container.image>mirror.gcr.io/splunk/splunk:9.3.1</splunk.container.image>
         
<sql-server.container.image>mcr.microsoft.com/mssql/server:2022-latest</sql-server.container.image>
-        
<weaviate.container.image>cr.weaviate.io/semitechnologies/weaviate:1.25.5</weaviate.container.image>
+        
<weaviate.container.image>mirror.gcr.io/semitechnologies/weaviate:1.25.5</weaviate.container.image>
 
         <!-- Plugin configuration through properties  -->
 

Reply via email to