Skip to content

Commit 354f7ae

Browse files
committed
Fix
Signed-off-by: obaydullahmhs <[email protected]>
1 parent 519a1cd commit 354f7ae

36 files changed

+8152
-31
lines changed

catalog/copy-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-keep
4242
$CMD cp --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-keeper:25.7.1 $IMAGE_REGISTRY/clickhouse/clickhouse-keeper:25.7.1
4343
$CMD cp --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-server:24.4.1 $IMAGE_REGISTRY/clickhouse/clickhouse-server:24.4.1
4444
$CMD cp --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-server:25.7.1 $IMAGE_REGISTRY/clickhouse/clickhouse-server:25.7.1
45+
$CMD cp --allow-nondistributable-artifacts --insecure cr.weaviate.io/semitechnologies/weaviate:1.33.1 $IMAGE_REGISTRY/semitechnologies/weaviate:1.33.1
4546
$CMD cp --allow-nondistributable-artifacts --insecure floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0 $IMAGE_REGISTRY/floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0
4647
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/aiven-open/karapace:3.15.0 $IMAGE_REGISTRY/aiven-open/karapace:3.15.0
4748
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/cassandra-exporter:2.3.8 $IMAGE_REGISTRY/appscode-images/cassandra-exporter:2.3.8
@@ -478,4 +479,3 @@ $CMD cp --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14
478479
$CMD cp --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg14-oss $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg14-oss
479480
$CMD cp --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg15-oss $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg15-oss
480481
$CMD cp --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg16-oss $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg16-oss
481-
$CMD cp --allow-nondistributable-artifacts --insecure cr.weaviate.io/semitechnologies/weaviate:1.33.1 $IMAGE_REGISTRY/semitechnologies/weaviate:1.33.1

catalog/export-images.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-ke
3939
$CMD pull --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-keeper:25.7.1 images/clickhouse-clickhouse-keeper-25.7.1.tar
4040
$CMD pull --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-server:24.4.1 images/clickhouse-clickhouse-server-24.4.1.tar
4141
$CMD pull --allow-nondistributable-artifacts --insecure clickhouse/clickhouse-server:25.7.1 images/clickhouse-clickhouse-server-25.7.1.tar
42+
$CMD pull --allow-nondistributable-artifacts --insecure cr.weaviate.io/semitechnologies/weaviate:1.33.1 images/semitechnologies-weaviate-1.33.1.tar
4243
$CMD pull --allow-nondistributable-artifacts --insecure floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0 images/floragunncom-sg-elasticsearch-7.9.3-oss-47.1.0.tar
4344
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/aiven-open/karapace:3.15.0 images/aiven-open-karapace-3.15.0.tar
4445
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/cassandra-exporter:2.3.8 images/appscode-images-cassandra-exporter-2.3.8.tar
@@ -475,7 +476,5 @@ $CMD pull --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.
475476
$CMD pull --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg14-oss images/timescale-timescaledb-2.14.2-pg14-oss.tar
476477
$CMD pull --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg15-oss images/timescale-timescaledb-2.14.2-pg15-oss.tar
477478
$CMD pull --allow-nondistributable-artifacts --insecure timescale/timescaledb:2.14.2-pg16-oss images/timescale-timescaledb-2.14.2-pg16-oss.tar
478-
$CMD pull --allow-nondistributable-artifacts --insecure cr.weaviate.io/semitechnologies/weaviate:1.33.1 images/semitechnologies-weaviate-1.33.1.tar
479-
480479

481480
tar -czvf images.tar.gz images

catalog/imagelist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- clickhouse/clickhouse-keeper:25.7.1
66
- clickhouse/clickhouse-server:24.4.1
77
- clickhouse/clickhouse-server:25.7.1
8+
- cr.weaviate.io/semitechnologies/weaviate:1.33.1
89
- floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0
910
- ghcr.io/aiven-open/karapace:3.15.0
1011
- ghcr.io/appscode-images/cassandra-exporter:2.3.8
@@ -441,4 +442,3 @@
441442
- timescale/timescaledb:2.14.2-pg14-oss
442443
- timescale/timescaledb:2.14.2-pg15-oss
443444
- timescale/timescaledb:2.14.2-pg16-oss
444-
- cr.weaviate.io/semitechnologies/weaviate:1.33.1

catalog/import-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/clickhouse-clickh
3333
$CMD push --allow-nondistributable-artifacts --insecure images/clickhouse-clickhouse-keeper-25.7.1.tar $IMAGE_REGISTRY/clickhouse/clickhouse-keeper:25.7.1
3434
$CMD push --allow-nondistributable-artifacts --insecure images/clickhouse-clickhouse-server-24.4.1.tar $IMAGE_REGISTRY/clickhouse/clickhouse-server:24.4.1
3535
$CMD push --allow-nondistributable-artifacts --insecure images/clickhouse-clickhouse-server-25.7.1.tar $IMAGE_REGISTRY/clickhouse/clickhouse-server:25.7.1
36+
$CMD push --allow-nondistributable-artifacts --insecure images/semitechnologies-weaviate-1.33.1.tar $IMAGE_REGISTRY/semitechnologies/weaviate:1.33.1
3637
$CMD push --allow-nondistributable-artifacts --insecure images/floragunncom-sg-elasticsearch-7.9.3-oss-47.1.0.tar $IMAGE_REGISTRY/floragunncom/sg-elasticsearch:7.9.3-oss-47.1.0
3738
$CMD push --allow-nondistributable-artifacts --insecure images/aiven-open-karapace-3.15.0.tar $IMAGE_REGISTRY/aiven-open/karapace:3.15.0
3839
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-cassandra-exporter-2.3.8.tar $IMAGE_REGISTRY/appscode-images/cassandra-exporter:2.3.8
@@ -469,4 +470,3 @@ $CMD push --allow-nondistributable-artifacts --insecure images/timescale-timesca
469470
$CMD push --allow-nondistributable-artifacts --insecure images/timescale-timescaledb-2.14.2-pg14-oss.tar $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg14-oss
470471
$CMD push --allow-nondistributable-artifacts --insecure images/timescale-timescaledb-2.14.2-pg15-oss.tar $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg15-oss
471472
$CMD push --allow-nondistributable-artifacts --insecure images/timescale-timescaledb-2.14.2-pg16-oss.tar $IMAGE_REGISTRY/timescale/timescaledb:2.14.2-pg16-oss
472-
$CMD push --allow-nondistributable-artifacts --insecure images/semitechnologies-weaviate-1.33.1.tar $IMAGE_REGISTRY/semitechnologies/weaviate:1.33.1

catalog/import-into-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ k3s ctr images import images/clickhouse-clickhouse-keeper-24.4.1.tar
3131
k3s ctr images import images/clickhouse-clickhouse-keeper-25.7.1.tar
3232
k3s ctr images import images/clickhouse-clickhouse-server-24.4.1.tar
3333
k3s ctr images import images/clickhouse-clickhouse-server-25.7.1.tar
34+
k3s ctr images import images/semitechnologies-weaviate-1.33.1.tar
3435
k3s ctr images import images/floragunncom-sg-elasticsearch-7.9.3-oss-47.1.0.tar
3536
k3s ctr images import images/aiven-open-karapace-3.15.0.tar
3637
k3s ctr images import images/appscode-images-cassandra-exporter-2.3.8.tar
@@ -467,4 +468,3 @@ k3s ctr images import images/timescale-timescaledb-2.14.2-pg13-oss.tar
467468
k3s ctr images import images/timescale-timescaledb-2.14.2-pg14-oss.tar
468469
k3s ctr images import images/timescale-timescaledb-2.14.2-pg15-oss.tar
469470
k3s ctr images import images/timescale-timescaledb-2.14.2-pg16-oss.tar
470-
k3s ctr images import images/semitechnologies-weaviate-1.33.1.tar

catalog/kubedb/active_versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@
301301
"9.4.1",
302302
"8.11.4"
303303
],
304+
"Weaviate": [
305+
"1.33.1"
306+
],
304307
"ZooKeeper": [
305308
"3.9.1",
306309
"3.8.3",
307310
"3.7.2"
308-
],
309-
"Weaviate": [
310-
"1.33.1"
311311
]
312312
}

catalog/kubedb/fmt/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ func main() {
530530
newimg = fmt.Sprintf(`{{ include "image.kubernetes" (merge (dict "_repo" "%s") $) }}`, ref.Repository)
531531
case "mcr.microsoft.com":
532532
newimg = fmt.Sprintf(`{{ include "image.microsoft" (merge (dict "_repo" "%s") $) }}`, ref.Repository)
533+
case "cr.weaviate.io":
534+
newimg = fmt.Sprintf(`{{ include "image.weaviate" (merge (dict "_repo" "%s") $) }}`, ref.Repository)
533535
default:
534536
panic("unsupported registry for image " + img)
535537
}

catalog/kubedb/raw/weaviate/weaviate-1.33.1.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: WeaviateVersion
33
metadata:
44
name: 1.33.1
55
spec:
6-
version: 1.33.1
76
db:
87
image: cr.weaviate.io/semitechnologies/weaviate:1.33.1
9-
8+
version: 1.33.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- cr.weaviate.io/semitechnologies/weaviate:1.33.1
1+
- cr.weaviate.io/semitechnologies/weaviate:1.33.1

charts/kubedb-catalog/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The command removes all the Kubernetes components associated with the chart and
4545

4646
The following table lists the configurable parameters of the `kubedb-catalog` chart and their default values.
4747

48-
| Parameter | Description | Default |
48+
| Parameter | Description | Default |
4949
|--------------------------------------------|-------------------------------------------------|--------------------------------|
5050
| nameOverride | Overrides name template | <code>""</code> |
5151
| fullnameOverride | Overrides fullname template | <code>""</code> |
@@ -56,6 +56,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
5656
| proxies.kubernetes | | <code>registry.k8s.io</code> |
5757
| proxies.microsoft | | <code>mcr.microsoft.com</code> |
5858
| proxies.appscode | | <code>r.appscode.com</code> |
59+
| proxies.weaviate | | <code>cr.weaviate.io</code> |
5960
| featureGates.Cassandra | | <code>true</code> |
6061
| featureGates.ClickHouse | | <code>true</code> |
6162
| featureGates.Druid | | <code>true</code> |
@@ -79,6 +80,7 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
7980
| featureGates.Redis | | <code>true</code> |
8081
| featureGates.Singlestore | | <code>true</code> |
8182
| featureGates.Solr | | <code>true</code> |
83+
| featureGates.Weaviate | | <code>true</code> |
8284
| featureGates.ZooKeeper | | <code>true</code> |
8385
| psp.enabled | | <code>false</code> |
8486
| psp.elasticsearch.allowPrivilegeEscalation | | <code>true</code> |
@@ -124,8 +126,8 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
124126
| enableVersions.Singlestore | | <code>[]</code> |
125127
| enableVersions.Solr | | <code>[]</code> |
126128
| enableVersions.ZooKeeper | | <code>[]</code> |
129+
| enableVersions.Weaviate | | <code>[]</code> |
127130
| customVersions | | <code>{}</code> |
128-
| featureGates.Weaviate | | <code>true</code> |
129131

130132

131133
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

0 commit comments

Comments
 (0)