Skip to content

Commit c716c38

Browse files
committed
chore(addons): support addon archive or not
1 parent 1659649 commit c716c38

360 files changed

Lines changed: 48 additions & 97 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

addons/index.yaml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
11
apiVersion: v1
22
entries:
3-
mysql-cluster-8.0:
4-
- name: mysql-cluster
3+
mysql-cluster:
4+
- version: 8.0
55
description: " The world's most popular open source database cluster."
6-
version: 8.0
7-
mysql-cluster-5.7:
8-
- name: mysql-cluster
6+
- version: 5.7
97
description: " The world's most popular open source database cluster."
10-
version: 5.7
118
minio:
12-
- name: minio
9+
- version: 2023
1310
description: "MinIO offers high-performance, S3 compatible object storage."
14-
version: 2023
1511
postgresql:
16-
- name: postgresql
12+
- version: 15
1713
description: "PostgreSQL is an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance."
18-
version: 15
1914
rabbitmq:
20-
- name: rabbitmq
15+
- version: 3.12
2116
description: "RabbitMQ is the most widely deployed open source message broker."
22-
version: 3.12
2317
redis:
24-
- name: redis
18+
- version: 7.0
2519
description: "Redis is an advanced key-value cache and store."
26-
version: 7.0
2720
redis-cluster:
28-
- name: redis-cluster
21+
- version: 7.0
2922
description: "Redis is an advanced key-value cache and store."
30-
version: 7.0
3123
zookeeper:
32-
- name: zookeeper
24+
- version: 3.9
3325
description: "Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination."
34-
version: 3.9
File renamed without changes.
File renamed without changes.

addons/minio-2023/chart/minio/templates/api-ingress.yaml renamed to addons/minio/2023/chart/minio/templates/api-ingress.yaml

File renamed without changes.

addons/minio-2023/chart/minio/templates/distributed/headless-svc.yaml renamed to addons/minio/2023/chart/minio/templates/distributed/headless-svc.yaml

File renamed without changes.

addons/minio-2023/chart/minio/templates/distributed/pdb.yaml renamed to addons/minio/2023/chart/minio/templates/distributed/pdb.yaml

File renamed without changes.

addons/minio-2023/chart/minio/templates/distributed/statefulset.yaml renamed to addons/minio/2023/chart/minio/templates/distributed/statefulset.yaml

File renamed without changes.

0 commit comments

Comments
 (0)