File tree Expand file tree Collapse file tree 3 files changed +0
-46
lines changed
Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ function download_chart() {
8484
8585function add_chart_repositories() {
8686 helm repo add stable https://charts.helm.sh/stable
87- # bitnami repository is used for in-cluster PostgreSQL installation.
8887 helm repo add bitnami https://charts.bitnami.com/bitnami
8988 # Additionaly, users can specify their custom chart repository.
9089 add_custom_chart_repository
@@ -199,12 +198,6 @@ function auto_database_uri() {
199198
200199function install_postgresql() {
201200
202- if [[ " $POSTGRESQL_VERSION " == " 9.6.2" ]]; then
203- echo " The minimum supported POSTGRESQL_VERSION is 9.6.16"
204-
205- exit 1
206- fi
207-
208201 local name=" $POSTGRESQL_RELEASE_NAME "
209202
210203 local debug_flag=()
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11annotations :
22 category : FullStack
33apiVersion : v2
4- dependencies :
5- - name : mysql
6- version : 8.2.x
7- repository : " https://charts.bitnami.com/bitnami"
8- condition : mysql.enabled
9- - name : redis
10- version : 12.3.x
11- repository : " https://charts.bitnami.com/bitnami"
12- condition : redis.enabled
13- - name : postgresql
14- version : 10.2.x
15- repository : " https://charts.bitnami.com/bitnami"
16- condition : postgresql.enabled
17- - name : mongodb
18- version : 10.3.x
19- repository : " https://charts.bitnami.com/bitnami"
20- condition : mongodb.enabled
21- - name : mariadb
22- version : 9.2.x
23- repository : " https://charts.bitnami.com/bitnami"
24- condition : mariadb.enabled
254description : Helm Chart for creating an deployment, daemonset or statefulset of an app
265engine : gotpl
276home : https://github.com/opencloudengineer/lambda/tree/main/chart/lambda
You can’t perform that action at this time.
0 commit comments