Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit f538a63

Browse files
committed
fix: Bump outdated postgresql versions in stacks (#208)
## Description Superseeds #207 ![image](https://user-images.githubusercontent.com/29303194/211316952-18e630f3-f5f8-4815-b79e-44cbf890d939.png)
1 parent 7dcc29f commit f538a63

File tree

1 file changed

+46
-36
lines changed

1 file changed

+46
-36
lines changed

stacks/stacks-v1.yaml

Lines changed: 46 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -110,31 +110,63 @@ _templates:
110110
repo:
111111
name: bitnami
112112
url: https://charts.bitnami.com/bitnami/
113-
version: 10.16.2
113+
version: 12.1.5
114114
options:
115-
# Old version (10) of helm-charts has old way of setting credentials
116-
postgresqlUsername: hive
117-
postgresqlPassword: hive
118-
postgresqlDatabase: hive
115+
auth:
116+
username: hive
117+
password: hive
118+
database: hive
119+
primary:
120+
extendedConfiguration: password_encryption=md5
119121
- helmChart: &template-postgresql-hive-iceberg
120122
releaseName: postgresql-hive-iceberg
121123
name: postgresql
122124
repo:
123125
name: bitnami
124126
url: https://charts.bitnami.com/bitnami/
125-
version: 10.16.2
127+
version: 12.1.5
128+
options:
129+
auth:
130+
username: hive
131+
password: hive
132+
database: hive
133+
primary:
134+
extendedConfiguration: password_encryption=md5
135+
- helmChart: &template-postgresql-hivehdfs
136+
releaseName: hivehdfs
137+
name: postgresql
138+
repo:
139+
name: bitnami
140+
url: https://charts.bitnami.com/bitnami/
141+
version: 12.1.5
142+
options:
143+
auth:
144+
username: hive
145+
password: hive
146+
database: hivehdfs
147+
primary:
148+
extendedConfiguration: password_encryption=md5
149+
- helmChart: &template-postgresql-hives3
150+
releaseName: hives3
151+
name: postgresql
152+
repo:
153+
name: bitnami
154+
url: https://charts.bitnami.com/bitnami/
155+
version: 12.1.5
126156
options:
127-
# Old version (10) of helm-charts has old way of setting credentials
128-
postgresqlUsername: hive
129-
postgresqlPassword: hive
130-
postgresqlDatabase: hive
157+
auth:
158+
username: hive
159+
password: hive
160+
database: hives3
161+
primary:
162+
extendedConfiguration: password_encryption=md5
131163
- helmChart: &template-postgresql-druid
132164
releaseName: postgresql-druid
133165
name: postgresql
134166
repo:
135167
name: bitnami
136168
url: https://charts.bitnami.com/bitnami/
137-
version: 11.0.0
169+
version: 12.1.5
138170
options:
139171
auth:
140172
username: druid
@@ -146,7 +178,7 @@ _templates:
146178
repo:
147179
name: bitnami
148180
url: https://charts.bitnami.com/bitnami/
149-
version: 11.0.0
181+
version: 12.1.5
150182
options:
151183
auth:
152184
username: superset
@@ -158,7 +190,7 @@ _templates:
158190
repo:
159191
name: bitnami
160192
url: https://charts.bitnami.com/bitnami/
161-
version: 11.0.0
193+
version: 12.1.5
162194
options:
163195
auth:
164196
username: airflow
@@ -170,7 +202,7 @@ _templates:
170202
repo:
171203
name: bitnami
172204
url: https://charts.bitnami.com/bitnami/
173-
version: 16.13.2
205+
version: 17.3.17
174206
options:
175207
auth:
176208
password: airflow
@@ -394,28 +426,6 @@ _templates:
394426
resources:
395427
requests:
396428
storage: 1
397-
- helmChart: &template-postgresql-hivehdfs
398-
releaseName: hivehdfs
399-
name: postgresql
400-
repo:
401-
name: bitnami
402-
url: https://charts.bitnami.com/bitnami/
403-
version: 10.16.2
404-
options:
405-
postgresqlUsername: hive
406-
postgresqlPassword: hive
407-
postgresqlDatabase: hivehdfs
408-
- helmChart: &template-postgresql-hives3
409-
releaseName: hives3
410-
name: postgresql
411-
repo:
412-
name: bitnami
413-
url: https://charts.bitnami.com/bitnami/
414-
version: 10.16.2
415-
options:
416-
postgresqlUsername: hive
417-
postgresqlPassword: hive
418-
postgresqlDatabase: hives3
419429

420430
stacks:
421431
airflow:

0 commit comments

Comments
 (0)