Skip to content

Commit 4b192d8

Browse files
authored
chore: support es 7.10.2 (#2336) (#2337)
Co-authored-by: kizuna-lek <kizuna-lek@users.noreply.github.com>
1 parent 96a306d commit 4b192d8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ KubeBlocks add-ons.
99
| apecloud-mysql | apecloud-mysql-8.0.30<br>wescale-0.2.7 | ApeCloud MySQL is a database that is compatible with MySQL syntax and achieves high availability through the utilization of the RAFT consensus protocol. | xuriwuyun |
1010
| apecloud-postgresql | | ApeCloud PostgreSQL is a database that is compatible with PostgreSQL syntax and achieves high availability through the utilization of the RAFT consensus protocol. | ldming |
1111
| clickhouse | clickhouse-22.3.18<br>clickhouse-22.3.20<br>clickhouse-22.8.21<br>clickhouse-24.8.3<br>clickhouse-25.4.4 | ClickHouse is an open-source column-oriented OLAP database management system. Use it to boost your database performance while providing linear scalability and hardware efficiency. | sophon-zt |
12-
| elasticsearch | elasticsearch-6.8.23<br>elasticsearch-7.10.1<br>elasticsearch-7.7.1<br>elasticsearch-7.8.1<br>elasticsearch-8.1.3<br>elasticsearch-8.15.5<br>elasticsearch-8.8.2<br>kibana-6.8.23<br>kibana-7.10.1<br>kibana-7.7.1<br>kibana-7.8.1<br>kibana-8.1.3<br>kibana-8.15.5<br>kibana-8.8.2<br>kibana-8.9.1 | Elasticsearch is a distributed, RESTful search engine optimized for speed and relevance on production-scale workloads. | iziang vipshop |
12+
| elasticsearch | elasticsearch-6.8.23<br>elasticsearch-7.10.1<br>elasticsearch-7.10.2<br>elasticsearch-7.7.1<br>elasticsearch-7.8.1<br>elasticsearch-8.1.3<br>elasticsearch-8.15.5<br>elasticsearch-8.8.2<br>kibana-6.8.23<br>kibana-7.10.1<br>kibana-7.10.2<br>kibana-7.7.1<br>kibana-7.8.1<br>kibana-8.1.3<br>kibana-8.15.5<br>kibana-8.8.2<br>kibana-8.9.1 | Elasticsearch is a distributed, RESTful search engine optimized for speed and relevance on production-scale workloads. | iziang vipshop |
1313
| etcd | etcd-3.5.15<br>etcd-3.5.6<br>etcd-3.6.1 | Etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. | ApeCloud |
1414
| greptimedb | greptimedb-0.3.2 | An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported. | GreptimeTeam sh2 |
1515
| influxdb | influxdb-2.7.11<br>influxdb-data-1.8.10<br>influxdb-meta-1.8.10 | InfluxDB is an open source time-series database. It is a core component of the TICK (Telegraf, InfluxDB(TM), Chronograf, Kapacitor) stack. | |

addons/elasticsearch/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ esVersions:
5353
- ["7.7.1", "7.7.1", "7.7.1", false]
5454
- ["7.8.1", "7.8.1", "7.8.1", false]
5555
- ["7.10.1", "7.10.1", "7.10.1", false]
56+
- ["7.10.2", "7.10.2", "7.10.2", false]
5657
- major: "8"
5758
componentDef: "^elasticsearch-8-"
5859
masterComponentDef: "^elasticsearch-master-8-"
@@ -77,6 +78,7 @@ kibanaVersions:
7778
- ["7.7.1", "7.7.1", "7.7.1", false]
7879
- ["7.8.1", "7.8.1", "7.8.1", false]
7980
- ["7.10.1", "7.10.1", "7.10.1", false]
81+
- [ "7.10.2", "7.10.2", "7.10.2", false]
8082
- major: "8"
8183
componentDef: "^kibana-8-"
8284
minors:

0 commit comments

Comments
 (0)