Skip to content

Commit

Permalink
chore: auto sync addons cr
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Nov 16, 2023
1 parent 3dbc3d3 commit d68f587
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
22 changes: 22 additions & 0 deletions addons/apecloud-mysql/0.8.0-alpha.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
annotations:
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0'
addons.extensions.kubeblocks.io/default-is-empty: 'true'
labels:
addon.kubeblocks.io/model: RDBMS
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: apecloud-mysql
app.kubernetes.io/version: 0.8.0-alpha.6
name: apecloud-mysql
spec:
defaultInstallValues:
- enabled: true
description: ApeCloud MySQL is a database that is compatible with MySQL syntax and
achieves high availability through the utilization of the RAFT consensus protocol.
helm:
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/apecloud-mysql-0.8.0-alpha.6.tgz
installable:
autoInstall: true
type: Helm
23 changes: 23 additions & 0 deletions addons/orioledb/0.8.0-alpha.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
annotations:
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0'
addons.extensions.kubeblocks.io/default-is-empty: 'true'
labels:
addon.kubeblocks.io/model: RDBMS
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: orioledb
app.kubernetes.io/version: 0.8.0-alpha.5
name: orioledb
spec:
defaultInstallValues:
- enabled: true
description: OrioleDB is a new storage engine for PostgreSQL, bringing a modern
approach to database capacity, capabilities and performance to the world's most-loved
database platform.
helm:
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/orioledb-0.8.0-alpha.5.tgz
installable:
autoInstall: true
type: Helm

0 comments on commit d68f587

Please sign in to comment.