|
1 | 1 | image:
|
2 | 2 | # registry where weaviate image is stored
|
3 |
| - registry: docker.io |
| 3 | + registry: cr.weaviate.io |
4 | 4 | # Tag of weaviate image to deploy
|
5 | 5 | # Note: We strongly recommend you overwrite this value in your own values.yaml.
|
6 | 6 | # Otherwise a mere upgrade of the chart could lead to an unexpected upgrade
|
7 | 7 | # of weaviate. In accordance with Infra-as-code, you should pin this value
|
8 | 8 | # down and only change it if you explicitly want to upgrade the Weaviate
|
9 | 9 | # version.
|
10 | 10 | tag: 1.24.1
|
11 |
| - repo: cr.weaviate.io/semitechnologies/weaviate |
| 11 | + repo: semitechnologies/weaviate |
12 | 12 | # Image pull policy: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
|
13 | 13 | pullPolicy: IfNotPresent
|
14 | 14 | pullSecrets: []
|
@@ -412,7 +412,7 @@ modules:
|
412 | 412 | # The configuration below is ignored if enabled==false
|
413 | 413 | fullnameOverride: contextionary
|
414 | 414 | tag: en0.16.0-v1.2.1
|
415 |
| - repo: cr.weaviate.io/semitechnologies/contextionary |
| 415 | + repo: semitechnologies/contextionary |
416 | 416 | registry: docker.io
|
417 | 417 | replicas: 1
|
418 | 418 | strategy:
|
@@ -478,7 +478,7 @@ modules:
|
478 | 478 | # https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-transformers
|
479 | 479 | # for all supported models or build your own container.
|
480 | 480 | tag: sentence-transformers-paraphrase-multilingual-MiniLM-L12-v2
|
481 |
| - repo: cr.weaviate.io/semitechnologies/transformers-inference |
| 481 | + repo: semitechnologies/transformers-inference |
482 | 482 | registry: docker.io
|
483 | 483 | replicas: 1
|
484 | 484 | strategy:
|
@@ -550,7 +550,7 @@ modules:
|
550 | 550 |
|
551 | 551 | # The configuration below is ignored if enabled==false
|
552 | 552 | tag: facebook-dpr-ctx_encoder-single-nq-base
|
553 |
| - repo: cr.weaviate.io/semitechnologies/transformers-inference |
| 553 | + repo: semitechnologies/transformers-inference |
554 | 554 | registry: docker.io
|
555 | 555 | imagePullPolicy: IfNotPresent
|
556 | 556 | imagePullSecrets: []
|
@@ -620,7 +620,7 @@ modules:
|
620 | 620 |
|
621 | 621 | # The configuration below is ignored if enabled==false
|
622 | 622 | tag: facebook-dpr-question_encoder-single-nq-base
|
623 |
| - repo: cr.weaviate.io/semitechnologies/transformers-inference |
| 623 | + repo: semitechnologies/transformers-inference |
624 | 624 | registry: docker.io
|
625 | 625 | imagePullPolicy: IfNotPresent
|
626 | 626 | imagePullSecrets: []
|
@@ -700,7 +700,7 @@ modules:
|
700 | 700 |
|
701 | 701 | # The configuration below is ignored if enabled==false
|
702 | 702 | tag: all-MiniLM-L6-v2
|
703 |
| - repo: cr.weaviate.io/semitechnologies/gpt4all-inference |
| 703 | + repo: semitechnologies/gpt4all-inference |
704 | 704 | registry: docker.io
|
705 | 705 | replicas: 1
|
706 | 706 | strategy:
|
@@ -866,7 +866,7 @@ modules:
|
866 | 866 | # https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/multi2vec-clip
|
867 | 867 | # for all supported models or build your own container.
|
868 | 868 | tag: sentence-transformers-clip-ViT-B-32-multilingual-v1
|
869 |
| - repo: cr.weaviate.io/semitechnologies/multi2vec-clip |
| 869 | + repo: semitechnologies/multi2vec-clip |
870 | 870 | registry: docker.io
|
871 | 871 | replicas: 1
|
872 | 872 | strategy:
|
@@ -938,7 +938,7 @@ modules:
|
938 | 938 |
|
939 | 939 | # The configuration below is ignored if enabled==false
|
940 | 940 | tag: imagebind
|
941 |
| - repo: cr.weaviate.io/semitechnologies/multi2vec-bind |
| 941 | + repo: semitechnologies/multi2vec-bind |
942 | 942 | registry: docker.io
|
943 | 943 | replicas: 1
|
944 | 944 | strategy:
|
@@ -1007,7 +1007,7 @@ modules:
|
1007 | 1007 |
|
1008 | 1008 | # The configuration below is ignored if enabled==false
|
1009 | 1009 | tag: bert-large-uncased-whole-word-masking-finetuned-squad
|
1010 |
| - repo: cr.weaviate.io/semitechnologies/qna-transformers |
| 1010 | + repo: semitechnologies/qna-transformers |
1011 | 1011 | registry: docker.io
|
1012 | 1012 | replicas: 1
|
1013 | 1013 | strategy:
|
@@ -1171,7 +1171,7 @@ modules:
|
1171 | 1171 | inferenceUrl: {}
|
1172 | 1172 |
|
1173 | 1173 | tag: resnet50
|
1174 |
| - repo: cr.weaviate.io/semitechnologies/img2vec-pytorch |
| 1174 | + repo: semitechnologies/img2vec-pytorch |
1175 | 1175 | registry: docker.io
|
1176 | 1176 | replicas: 1
|
1177 | 1177 | strategy:
|
@@ -1260,7 +1260,7 @@ modules:
|
1260 | 1260 |
|
1261 | 1261 | # The configuration below is ignored if enabled==false
|
1262 | 1262 | tag: cross-encoder-ms-marco-MiniLM-L-6-v2
|
1263 |
| - repo: cr.weaviate.io/semitechnologies/reranker-transformers |
| 1263 | + repo: semitechnologies/reranker-transformers |
1264 | 1264 | registry: docker.io
|
1265 | 1265 | replicas: 1
|
1266 | 1266 | strategy:
|
@@ -1334,7 +1334,7 @@ modules:
|
1334 | 1334 |
|
1335 | 1335 | # The configuration below is ignored if enabled==false
|
1336 | 1336 | tag: pyspellchecker-en
|
1337 |
| - repo: cr.weaviate.io/semitechnologies/text-spellcheck-model |
| 1337 | + repo: semitechnologies/text-spellcheck-model |
1338 | 1338 | registry: docker.io
|
1339 | 1339 | replicas: 1
|
1340 | 1340 | strategy:
|
@@ -1391,7 +1391,7 @@ modules:
|
1391 | 1391 |
|
1392 | 1392 | # The configuration below is ignored if enabled==false
|
1393 | 1393 | tag: dbmdz-bert-large-cased-finetuned-conll03-english
|
1394 |
| - repo: cr.weaviate.io/semitechnologies/ner-transformers |
| 1394 | + repo: semitechnologies/ner-transformers |
1395 | 1395 | registry: docker.io
|
1396 | 1396 | replicas: 1
|
1397 | 1397 | strategy:
|
@@ -1464,7 +1464,7 @@ modules:
|
1464 | 1464 |
|
1465 | 1465 | # The configuration below is ignored if enabled==false
|
1466 | 1466 | tag: facebook-bart-large-cnn
|
1467 |
| - repo: cr.weaviate.io/semitechnologies/sum-transformers |
| 1467 | + repo: semitechnologies/sum-transformers |
1468 | 1468 | registry: docker.io
|
1469 | 1469 | replicas: 1
|
1470 | 1470 | strategy:
|
|
0 commit comments