Skip to content

Commit dd09ec0

Browse files
committed
fix: remove Chart.lock as dependent charts will be handled/installed separately
Signed-off-by: Siddharth Tiwari <[email protected]>
1 parent 2b37dfb commit dd09ec0

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

auto-deploy

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ function download_chart() {
8484

8585
function 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

200199
function 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=()

chart/lambda/Chart.lock

Lines changed: 0 additions & 18 deletions
This file was deleted.

chart/lambda/Chart.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
annotations:
22
category: FullStack
33
apiVersion: 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
254
description: Helm Chart for creating an deployment, daemonset or statefulset of an app
265
engine: gotpl
276
home: https://github.com/opencloudengineer/lambda/tree/main/chart/lambda

0 commit comments

Comments
 (0)