Skip to content

Commit 0658b86

Browse files
kizuna-lekapecloud-bot
authored andcommitted
fix: remove zk 3.4 (#2522)
Co-authored-by: kizuna-lek <kizuna-lek@users.noreply.github.com> (cherry picked from commit ed2b289)
1 parent 7fc11b0 commit 0658b86

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ KubeBlocks add-ons.
4444
| weaviate | weaviate-1.19.6 | Weaviate is an open-source vector database. It allows you to store data objects and vector embeddings from your favorite ML-models, and scale seamlessly into billions of data objects. | iziang |
4545
| xinference | xinference-0.11.0<br>xinference-0.11.0-cpu<br>xinference-1.13.0<br>xinference-1.13.0-cpu | Xorbits Inference(Xinference) is a powerful and versatile library designed to serve language, speech recognition, and multimodal models. | ApeCloud |
4646
| yashandb | yashandb-23.1.1-100 | YashanDB is a new database system completely independently designed and developed by SICS. Based on classical database theories, it incorporates original Bounded Evaluation theory, Approximation theory, Parallel Scalability theory and Cross-Modal Fusion Computation theory, supports multiple deployment methods such as stand-alone/primary-standby, shared cluster, and distributed ones, covers OLTP/HTAP/OLAP transactions and analyzes mixed load scenarios, and is fully compatible with privatization and cloud infrastructure, providing clients with one-stop enterprise-level converged data management solutions to meet the needs of key industries such as finance, government, telecommunications and energy for high performance, concurrency and security. | JesseAtSZ shanshanying |
47-
| zookeeper | zookeeper-3.4.14<br>zookeeper-3.6.4<br>zookeeper-3.7.2<br>zookeeper-3.8.4<br>zookeeper-3.9.2<br>zookeeper-3.9.4 | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | ApeCloud kissycn |
47+
| zookeeper | zookeeper-3.6.4<br>zookeeper-3.7.2<br>zookeeper-3.8.4<br>zookeeper-3.9.2<br>zookeeper-3.9.4 | Apache ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. | ApeCloud kissycn |

addons-cluster/zookeeper/values.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"3.9.2",
1212
"3.8.4",
1313
"3.7.2",
14-
"3.6.4",
15-
"3.4.14"
14+
"3.6.4"
1615
]
1716
},
1817
"replicas": {

addons/zookeeper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Apache Zookeeper is a centralized service for maintaining configuration informat
2020

2121
| Versions |
2222
|----------|
23-
| 3.4.14,3.6.4,3.7.2,3.8.4,3.9.2 |
23+
|3.6.4,3.7.2,3.8.4,3.9.2 |
2424

2525
## Prerequisites
2626

@@ -63,7 +63,7 @@ spec:
6363
componentDef: zookeeper
6464
# ServiceVersion specifies the version of the Service expected to be
6565
# provisioned by this Component.
66-
# Valid options are: [3.4.14,3.6.4,3.7.2,3.8.4,3.9.2]
66+
# Valid options are: [3.6.4,3.7.2,3.8.4,3.9.2]
6767
serviceVersion: "3.9.2"
6868
# Update `replicas` to your need.
6969
replicas: 3

addons/zookeeper/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ versions:
1717
- ["3.8.4", "3.8.4", "3.8.4", false]
1818
- ["3.7.2", "3.7.2", "3.7.2", false]
1919
- ["3.6.4", "3.6.4", "3.6.4", false]
20-
- ["3.4.14", "3.4.14", "3.4.14", false]
2120

2221
images:
2322
registry: docker.io

examples/zookeeper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Apache Zookeeper is a centralized service for maintaining configuration informat
2020

2121
| Versions |
2222
|----------|
23-
| 3.4.14,3.6.4,3.7.2,3.8.4,3.9.2 |
23+
|3.6.4,3.7.2,3.8.4,3.9.2 |
2424

2525
## Prerequisites
2626

examples/zookeeper/cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
componentDef: zookeeper
1919
# ServiceVersion specifies the version of the Service expected to be
2020
# provisioned by this Component.
21-
# Valid options are: [3.4.14,3.6.4,3.7.2,3.8.4,3.9.2]
21+
# Valid options are: [3.6.4,3.7.2,3.8.4,3.9.2]
2222
serviceVersion: "3.9.2"
2323
# Update `replicas` to your need.
2424
replicas: 3

0 commit comments

Comments
 (0)