Skip to content

Commit 0f0ee74

Browse files
authored
chore: tidy up addon chart version to 1.0.0 (#9395)
1 parent 0674085 commit 0f0ee74

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

deploy/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kubeblocks
33
description: KubeBlocks Core Controller Operator.
44
type: application
5-
version: 1.0.0-alpha.0
6-
appVersion: 1.0.0-alpha.0
5+
version: 1.0.0
6+
appVersion: 1.0.0
77

88
kubeVersion: '>=1.20.0-0'
99

deploy/helm/templates/addons/apecloud-mysql-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "apecloud-mysql"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "RDBMS"
99
"provider" "community"
1010
"description" "ApeCloud MySQL is a database that is compatible with MySQL syntax and achieves high availability through the utilization of the RAFT consensus protocol."

deploy/helm/templates/addons/etcd-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=0.9.0"
55
"selectorLabels" $selectorLabels
66
"name" "etcd"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "key-value"
99
"provider" "community"
1010
"description" "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."

deploy/helm/templates/addons/kafka-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "kafka"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "streaming"
99
"provider" "community"
1010
"description" "Apache Kafka is a distributed streaming platform designed to build real-time pipelines and can be used as a message broker or as a replacement for a log aggregation solution for big data applications."

deploy/helm/templates/addons/mongodb-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "mongodb"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "document"
99
"provider" "community"
1010
"description" "MongoDB is a document database designed for ease of application development and scaling."

deploy/helm/templates/addons/mysql-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "mysql"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "RDBMS"
99
"provider" "community"
1010
"description" "MySQL is a widely used, open-source relational database management system (RDBMS)."

deploy/helm/templates/addons/postgresql-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "postgresql"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "RDBMS"
99
"provider" "community"
1010
"description" "PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures."

deploy/helm/templates/addons/qdrant-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "qdrant"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "vector"
99
"provider" "community"
1010
"description" "Qdrant is an open source (Apache-2.0 licensed), vector similarity search engine and vector database."

deploy/helm/templates/addons/rabbitmq-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "rabbitmq"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "message"
99
"provider" "community"
1010
"description" "RabbitMQ is a reliable and mature messaging and streaming broker."

deploy/helm/templates/addons/redis-addon.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"kbVersion" ">=1.0.0"
55
"selectorLabels" $selectorLabels
66
"name" "redis"
7-
"version" "1.0.0-alpha.0"
7+
"version" "1.0.0"
88
"model" "key-value"
99
"provider" "community"
1010
"description" "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker."

0 commit comments

Comments
 (0)