Skip to content

Commit 34920ef

Browse files
authored
Merge pull request #213 from weaviate/update-modules-image-registry
Uodate docker registry setting in all modules
2 parents 021d463 + c45dae4 commit 34920ef

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

weaviate/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 16.8.4
10+
version: 16.8.5
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to

weaviate/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ modules:
413413
fullnameOverride: contextionary
414414
tag: en0.16.0-v1.2.1
415415
repo: semitechnologies/contextionary
416-
registry: docker.io
416+
registry: cr.weaviate.io
417417
replicas: 1
418418
strategy:
419419
type: RollingUpdate
@@ -479,7 +479,7 @@ modules:
479479
# for all supported models or build your own container.
480480
tag: sentence-transformers-paraphrase-multilingual-MiniLM-L12-v2
481481
repo: semitechnologies/transformers-inference
482-
registry: docker.io
482+
registry: cr.weaviate.io
483483
replicas: 1
484484
strategy:
485485
type: RollingUpdate
@@ -551,7 +551,7 @@ modules:
551551
# The configuration below is ignored if enabled==false
552552
tag: facebook-dpr-ctx_encoder-single-nq-base
553553
repo: semitechnologies/transformers-inference
554-
registry: docker.io
554+
registry: cr.weaviate.io
555555
imagePullPolicy: IfNotPresent
556556
imagePullSecrets: []
557557
priorityClassName: ""
@@ -621,7 +621,7 @@ modules:
621621
# The configuration below is ignored if enabled==false
622622
tag: facebook-dpr-question_encoder-single-nq-base
623623
repo: semitechnologies/transformers-inference
624-
registry: docker.io
624+
registry: cr.weaviate.io
625625
imagePullPolicy: IfNotPresent
626626
imagePullSecrets: []
627627
priorityClassName: ""
@@ -701,7 +701,7 @@ modules:
701701
# The configuration below is ignored if enabled==false
702702
tag: all-MiniLM-L6-v2
703703
repo: semitechnologies/gpt4all-inference
704-
registry: docker.io
704+
registry: cr.weaviate.io
705705
replicas: 1
706706
strategy:
707707
type: RollingUpdate
@@ -867,7 +867,7 @@ modules:
867867
# for all supported models or build your own container.
868868
tag: sentence-transformers-clip-ViT-B-32-multilingual-v1
869869
repo: semitechnologies/multi2vec-clip
870-
registry: docker.io
870+
registry: cr.weaviate.io
871871
replicas: 1
872872
strategy:
873873
type: RollingUpdate
@@ -939,7 +939,7 @@ modules:
939939
# The configuration below is ignored if enabled==false
940940
tag: imagebind
941941
repo: semitechnologies/multi2vec-bind
942-
registry: docker.io
942+
registry: cr.weaviate.io
943943
replicas: 1
944944
strategy:
945945
type: RollingUpdate
@@ -1008,7 +1008,7 @@ modules:
10081008
# The configuration below is ignored if enabled==false
10091009
tag: bert-large-uncased-whole-word-masking-finetuned-squad
10101010
repo: semitechnologies/qna-transformers
1011-
registry: docker.io
1011+
registry: cr.weaviate.io
10121012
replicas: 1
10131013
strategy:
10141014
type: RollingUpdate
@@ -1172,7 +1172,7 @@ modules:
11721172

11731173
tag: resnet50
11741174
repo: semitechnologies/img2vec-pytorch
1175-
registry: docker.io
1175+
registry: cr.weaviate.io
11761176
replicas: 1
11771177
strategy:
11781178
type: RollingUpdate
@@ -1261,7 +1261,7 @@ modules:
12611261
# The configuration below is ignored if enabled==false
12621262
tag: cross-encoder-ms-marco-MiniLM-L-6-v2
12631263
repo: semitechnologies/reranker-transformers
1264-
registry: docker.io
1264+
registry: cr.weaviate.io
12651265
replicas: 1
12661266
strategy:
12671267
type: RollingUpdate
@@ -1335,7 +1335,7 @@ modules:
13351335
# The configuration below is ignored if enabled==false
13361336
tag: pyspellchecker-en
13371337
repo: semitechnologies/text-spellcheck-model
1338-
registry: docker.io
1338+
registry: cr.weaviate.io
13391339
replicas: 1
13401340
strategy:
13411341
type: RollingUpdate
@@ -1392,7 +1392,7 @@ modules:
13921392
# The configuration below is ignored if enabled==false
13931393
tag: dbmdz-bert-large-cased-finetuned-conll03-english
13941394
repo: semitechnologies/ner-transformers
1395-
registry: docker.io
1395+
registry: cr.weaviate.io
13961396
replicas: 1
13971397
strategy:
13981398
type: RollingUpdate
@@ -1465,7 +1465,7 @@ modules:
14651465
# The configuration below is ignored if enabled==false
14661466
tag: facebook-bart-large-cnn
14671467
repo: semitechnologies/sum-transformers
1468-
registry: docker.io
1468+
registry: cr.weaviate.io
14691469
replicas: 1
14701470
strategy:
14711471
type: RollingUpdate

0 commit comments

Comments
 (0)