Skip to content

Commit

Permalink
chore: auto upgrade kubeblocks addons version (apecloud#6688)
Browse files Browse the repository at this point in the history
Co-authored-by: apecloud-bot <apecloud-bot@users.noreply.github.com>
  • Loading branch information
apecloud-bot and apecloud-bot authored Feb 27, 2024
1 parent 08f1752 commit c6a2f73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.8.0-beta.7"
"version" "0.9.0-beta.7"
"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/elasticsearch-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" "elasticsearch"
"version" "0.8.0"
"version" "0.9.0"
"model" "search-engine"
"provider" "community"
"description" "Elasticsearch is a distributed search and analytics engine. It is used for web search, log monitoring, and real-time analytics. Ideal 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.8.0"
"version" "0.9.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.8.0"
"version" "0.9.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.8.0"
"version" "0.9.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/oceanbase-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"kbVersion" ">=0.8.0"
"selectorLabels" $selectorLabels
"name" "oceanbase-ce"
"version" "0.8.1"
"version" "0.9.0"
"model" "RDBMS"
"provider" "community"
"description" "OceanBase Database is an enterprise-level native distributed database independently developed by Ant Group."
Expand Down

0 comments on commit c6a2f73

Please sign in to comment.