File tree Expand file tree Collapse file tree 6 files changed +21
-4
lines changed Expand file tree Collapse file tree 6 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 2.0.2
25
+ version : 2.0.3
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 8
8
tag : " v0.50.15"
9
9
10
10
global :
11
+ security :
12
+ allowInsecureImages : true
11
13
postgresql :
12
14
auth :
13
15
username : " admin"
@@ -18,6 +20,7 @@ global:
18
20
postgresql :
19
21
image :
20
22
tag : " 12"
23
+ repository : " bitnamilegacy/postgresql"
21
24
fullnameOverride : " metabase-db"
22
25
23
26
security :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type: application
23
23
# This is the chart version. This version number should be incremented each time you make changes
24
24
# to the chart and its templates, including the app version.
25
25
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26
- version : 0.0.7
26
+ version : 0.0.9
27
27
28
28
# This is the version number of the application being deployed. This version number should be
29
29
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1
1
global :
2
+ security :
3
+ allowInsecureImages : true
2
4
postgresql :
3
5
auth :
4
6
username : " admin"
8
10
postgresql :
9
11
image :
10
12
tag : " 12"
13
+ repository : " bitnamilegacy/postgresql"
11
14
fullnameOverride : " redash-db"
12
15
13
16
ingress :
@@ -36,6 +39,8 @@ redash:
36
39
postgresql :
37
40
enabled : false
38
41
existingSecret : toto
39
-
42
+ redis :
43
+ image :
44
+ repository : bitnamilegacy/redis
40
45
userPreferences :
41
46
language : " en"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 0.1.11
25
+ version : 0.1.12
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change
1
+ global :
2
+ security :
3
+ allowInsecureImages : true
1
4
superset :
2
5
init :
3
6
adminUser :
@@ -70,8 +73,14 @@ superset:
70
73
db_host : superset-db
71
74
72
75
postgresql :
76
+ image :
77
+ repository : bitnamilegacy/postgresql
73
78
fullnameOverride : " superset-db"
74
79
80
+ redis :
81
+ image :
82
+ repository : bitnamilegacy/redis
83
+
75
84
ingress :
76
85
enabled : false
77
86
# ingressClassName: ""
You can’t perform that action at this time.
0 commit comments