Skip to content

Commit a2aa9f3

Browse files
author
lijianguo
committed
feat(addons): update mariadb postgresql redis charts
1 parent a6baf4c commit a2aa9f3

236 files changed

Lines changed: 14688 additions & 12865 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.

.drone/drone.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1+
---
12
kind: pipeline
2-
type: docker
3-
name: linux-amd64
3+
type: exec
4+
name: default
45

56
platform:
67
arch: amd64
78
os: linux
89

910
steps:
1011
- name: check
11-
image: docker.io/drycc/go-dev
12-
pull: always
13-
privileged: true
1412
commands:
1513
- make check
1614
when:
@@ -19,19 +17,16 @@ steps:
1917
- push
2018

2119
- name: release
22-
image: docker.io/drycc/go-dev
23-
pull: always
24-
privileged: true
2520
commands:
2621
- make prepare-assets
2722
- make latest-release
2823
environment:
2924
GIT_REPO: ${DRONE_REPO}
30-
GIT_TAG: ${DRONE_TAG}
25+
GIT_TAG: ${DRONE_TAG:-latest}
3126
REPO_OWNER: ${DRONE_REPO_OWNER}
3227
REPO_NAME: ${DRONE_REPO_NAME}
3328
BOT_GITHUB_TOKEN:
3429
from_secret: github_token
3530
when:
3631
event:
37-
- push
32+
- push

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
This repository contains addons which the Helm Broker uses. For more information on what the Helm Broker is, how it uses addons, and how to create your own addons, read the Helm Broker [helmbroker](https://github.com/drycc/helmbroker).
88

9+
The charts of this project refer to the [charts](https://github.com/bitnami/charts) project of bitnami,
10+
911
## Usage
1012

1113
The `addons` folder contains sources of addons and index files that are available in [releases](https://github.com/drycc/addons/releases). Choose a set of addons you want to use, add your own addons, and configure the Helm Broker to fetch them.
@@ -39,13 +41,13 @@ memcached | 20000 | Memcached 20000 plan which which limit resources me
3941
memcached | 30000 | Memcached 30000 plan which which limit resources memory size 30Gi.
4042
memcached | 40000 | Memcached 40000 plan which which limit resources memory size 40Gi.
4143
memcached | 50000 | Memcached 50000 plan which which limit resources memory size 50Gi.
42-
mysql | standard-25 | mysql standard-25 plan which limit persistence size 25Gi.
43-
mysql | standard-50 | mysql standard-50 plan which limit persistence size 50Gi.
44-
mysql | standard-100 | mysql standard-100 plan which limit persistence size 100Gi.
45-
mysql | standard-200 | mysql standard-200 plan which limit persistence size 200Gi.
46-
mysql | standard-400 | mysql standard-400 plan which limit persistence size 400Gi.
47-
mysql | standard-800 | mysql standard-800 plan which limit persistence size 800Gi.
48-
mysql | standard-1600| mysql standard-1600 plan which limit persistence size 1600Gi.
44+
mariadb | standard-25 | mysql standard-25 plan which limit persistence size 25Gi.
45+
mariadb | standard-50 | mysql standard-50 plan which limit persistence size 50Gi.
46+
mariadb | standard-100 | mysql standard-100 plan which limit persistence size 100Gi.
47+
mariadb | standard-200 | mysql standard-200 plan which limit persistence size 200Gi.
48+
mariadb | standard-400 | mysql standard-400 plan which limit persistence size 400Gi.
49+
mariadb | standard-800 | mysql standard-800 plan which limit persistence size 800Gi.
50+
mariadb | standard-1600| mysql standard-1600 plan which limit persistence size 1600Gi.
4951
postgresql | standard-16 | postgresql standard-16 plan which limit persistence size 16Gi.
5052
postgresql | standard-64 | postgresql standard-64 plan which limit persistence size 64Gi.
5153
postgresql | standard-256 | postgresql standard-256 plan which limit persistence size 256Gi.

addons/index.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
entries:
3-
mysql:
4-
- name: mysql
5-
description: "MySQL is a fast, reliable, scalable, and easy to use open-source relational database system."
3+
mariadb:
4+
- name: mariadb
5+
description: "MariaDB Server is one of the most popular open source relational databases. It’s made by the original developers of MySQL and guaranteed to stay open source. "
66
version: 1.1.0
77
postgresql:
88
- name: postgresql
File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 1.13.1
5+
digest: sha256:1056dac8da880ed967a191e8d9eaf04766f77bda66a5715456d5dd4494a4a942
6+
generated: "2022-04-28T13:35:41.275831999+08:00"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
annotations:
2+
category: Database
3+
apiVersion: v2
4+
appVersion: 10.5.15
5+
dependencies:
6+
- name: common
7+
repository: https://charts.bitnami.com/bitnami
8+
tags:
9+
- bitnami-common
10+
version: 1.x.x
11+
description: MariaDB is an open source, community-developed SQL database server that is widely in use around the world due to its enterprise features, flexibility, and collaboration with leading tech firms.
12+
engine: gotpl
13+
home: https://github.com/bitnami/charts/tree/master/bitnami/mariadb
14+
icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png
15+
keywords:
16+
- mariadb
17+
- mysql
18+
- database
19+
- sql
20+
- prometheus
21+
maintainers:
22+
- email: containers@bitnami.com
23+
name: Bitnami
24+
name: mariadb
25+
sources:
26+
- https://github.com/bitnami/bitnami-docker-mariadb
27+
- https://github.com/prometheus/mysqld_exporter
28+
- https://mariadb.org
29+
version: 10.4.5

0 commit comments

Comments
 (0)