Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add addon crs for KubeBlocks 0.8 #5

Merged
merged 2 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion addons/apecloud-mysql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
21 changes: 21 additions & 0 deletions addons/apecloud-mysql/0.8.0-alpha.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
annotations:
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0'
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.5
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.5.tgz
installable:
autoInstall: true
type: Helm
1 change: 0 additions & 1 deletion addons/apecloud-postgresql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
22 changes: 22 additions & 0 deletions addons/apecloud-postgresql/0.8.0-alpha.5.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'
labels:
addon.kubeblocks.io/model: RDBMS
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: apecloud-postgresql
app.kubernetes.io/version: 0.8.0-alpha.5
name: apecloud-postgresql
spec:
defaultInstallValues:
- enabled: true
description: ApeCloud PostgreSQL is a database that is compatible with PostgreSQL
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-postgresql-0.8.0-alpha.5.tgz
installable:
autoInstall: true
type: Helm
1 change: 0 additions & 1 deletion addons/clickhouse/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion addons/elasticsearch/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: search-engine
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/etcd/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: key-value
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/foxlake/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion addons/greptimedb/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: time-series
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/kafka/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: streaming
addon.kubeblocks.io/provider: apecloud
Expand Down
22 changes: 22 additions & 0 deletions addons/kafka/0.8.0-alpha.5.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'
labels:
addon.kubeblocks.io/model: streaming
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: kafka
app.kubernetes.io/version: 0.8.0-alpha.5
name: kafka
spec:
defaultInstallValues:
- enabled: true
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.
helm:
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/kafka-0.8.0-alpha.5.tgz
installable:
autoInstall: true
type: Helm
1 change: 0 additions & 1 deletion addons/llm/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: LLM
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/mariadb/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/milvus/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: vector
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/mongodb/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: document
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/mysql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/nebula/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: graph
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/neon/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/oceanbase/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/official-postgresql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
20 changes: 20 additions & 0 deletions addons/official-postgresql/0.8.0-alpha.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
annotations:
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0'
labels:
addon.kubeblocks.io/model: RDBMS
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: official-postgresql
app.kubernetes.io/version: 0.8.0-alpha.5
name: official-postgresql
spec:
defaultInstallValues:
- enabled: true
description: A Official PostgreSQL cluster definition Helm chart for Kubernetes
helm:
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/official-postgresql-0.8.0-alpha.5.tgz
installable:
autoInstall: true
type: Helm
1 change: 0 additions & 1 deletion addons/openldap/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: other
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/opensearch/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: search-engine
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/oracle-mysql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion addons/orioledb/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
1 change: 0 additions & 1 deletion addons/pika/3.5.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: key-value
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/polardbx/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/postgresql/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
Expand Down
20 changes: 20 additions & 0 deletions addons/postgresql/0.8.0-alpha.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: extensions.kubeblocks.io/v1alpha1
kind: Addon
metadata:
annotations:
addon.kubeblocks.io/kubeblocks-version: '>=0.7.0'
labels:
addon.kubeblocks.io/model: RDBMS
addon.kubeblocks.io/provider: apecloud
app.kubernetes.io/name: postgresql
app.kubernetes.io/version: 0.8.0-alpha.5
name: postgresql
spec:
defaultInstallValues:
- enabled: true
description: A PostgreSQL (with Patroni HA) cluster definition Helm chart for Kubernetes
helm:
chartLocationURL: https://jihulab.com/api/v4/projects/150246/packages/helm/stable/charts/postgresql-0.8.0-alpha.5.tgz
installable:
autoInstall: true
type: Helm
1 change: 0 additions & 1 deletion addons/pulsar/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: streaming
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/qdrant/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: vector
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/redis/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: key-value
addon.kubeblocks.io/provider: apecloud
Expand Down
1 change: 0 additions & 1 deletion addons/risingwave/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: streaming
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/starrocks/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/tdengine/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: time-series
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/tidb/0.1.0-alpha.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: community
Expand Down
1 change: 0 additions & 1 deletion addons/weaviate/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: vector
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/xinference/0.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: LLM
addon.kubeblocks.io/provider: community
Expand Down
1 change: 0 additions & 1 deletion addons/zookeeper/0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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: other
addon.kubeblocks.io/provider: community
Expand Down
Loading