Skip to content

Commit

Permalink
chore: auto upgrade kubeblocks addons version
Browse files Browse the repository at this point in the history
  • Loading branch information
apecloud-bot committed Aug 8, 2024
1 parent 1bccc47 commit 6d30566
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/apecloud-mysql-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "apecloud-mysql"
"version" "0.9.0-beta.10"
"version" "1.0.0-alpha.0"
"model" "RDBMS"
"provider" "apecloud"
"description" "ApeCloud MySQL is a database that is compatible with MySQL syntax and achieves high availability through the utilization of the RAFT consensus protocol."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/kafka-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "kafka"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "streaming"
"provider" "community"
"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."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/llm-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "llm"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "LLM"
"provider" "community"
"description" "Large Language Models."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/mongodb-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "mongodb"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "document"
"provider" "apecloud"
"description" "MongoDB is a document database designed for ease of application development and scaling."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/mysql-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "mysql"
"version" "0.9.1"
"version" "1.0.0-alpha.0"
"model" "RDBMS"
"provider" "community"
"description" "MySQL is a widely used, open-source relational database management system (RDBMS)."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/postgresql-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "postgresql"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "RDBMS"
"provider" "community"
"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."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/pulsar-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "pulsar"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "streaming"
"provider" "community"
"description" "Apache® Pulsar™ is an open-source, distributed messaging and streaming platform built for the cloud."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/qdrant-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "qdrant"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "vector"
"provider" "community"
"description" "Qdrant is an open source (Apache-2.0 licensed), vector similarity search engine and vector database."
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/redis-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.7.0"
"selectorLabels" $selectorLabels
"name" "redis"
"version" "0.9.0"
"version" "1.0.0-alpha.0"
"model" "key-value"
"provider" "community"
"description" "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker."
Expand Down

0 comments on commit 6d30566

Please sign in to comment.