File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed 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.8
26+ version : 0.0.9
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 @@ -39,6 +39,8 @@ redash:
3939 postgresql :
4040 enabled : false
4141 existingSecret : toto
42-
42+ redis :
43+ image :
44+ repository : bitnamilegacy/redis
4345userPreferences :
4446 language : " en"
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 : 0.1.11
25+ version : 0.1.12
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 1+ global :
2+ security :
3+ allowInsecureImages : true
14superset :
25 init :
36 adminUser :
@@ -70,8 +73,14 @@ superset:
7073 db_host : superset-db
7174
7275 postgresql :
76+ image :
77+ repository : bitnamilegacy/postgresql
7378 fullnameOverride : " superset-db"
7479
80+ redis :
81+ image :
82+ repository : bitnamilegacy/redis
83+
7584ingress :
7685 enabled : false
7786# ingressClassName: ""
You can’t perform that action at this time.
0 commit comments