File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 2.0.2
25+ version : 2.0.3
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 88 tag : " v0.50.15"
99
1010global :
11+ security :
12+ allowInsecureImages : true
1113 postgresql :
1214 auth :
1315 username : " admin"
@@ -18,6 +20,7 @@ global:
1820postgresql :
1921 image :
2022 tag : " 12"
23+ repository : " bitnamilegacy/postgresql"
2124 fullnameOverride : " metabase-db"
2225
2326security :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 0.0.7
26+ version : 0.0.8
2727
2828# This is the version number of the application being deployed. This version number should be
2929# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11global :
2+ security :
3+ allowInsecureImages : true
24 postgresql :
35 auth :
46 username : " admin"
810postgresql :
911 image :
1012 tag : " 12"
13+ repository : " bitnamilegacy/postgresql"
1114 fullnameOverride : " redash-db"
1215
1316ingress :
You can’t perform that action at this time.
0 commit comments