Skip to content

Commit decb831

Browse files
authored
Merge pull request #30 from InseeFrLab/move_to_bitnamilegacy
Move to bitnamilegacy
2 parents 8d632a3 + d2fe3ac commit decb831

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

charts/metabase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/metabase/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ service:
88
tag: "v0.50.15"
99

1010
global:
11+
security:
12+
allowInsecureImages: true
1113
postgresql:
1214
auth:
1315
username: "admin"
@@ -18,6 +20,7 @@ global:
1820
postgresql:
1921
image:
2022
tag: "12"
23+
repository: "bitnamilegacy/postgresql"
2124
fullnameOverride: "metabase-db"
2225

2326
security:

charts/redash/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.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

charts/redash/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
global:
2+
security:
3+
allowInsecureImages: true
24
postgresql:
35
auth:
46
username: "admin"
@@ -8,6 +10,7 @@ global:
810
postgresql:
911
image:
1012
tag: "12"
13+
repository: "bitnamilegacy/postgresql"
1114
fullnameOverride: "redash-db"
1215

1316
ingress:
@@ -36,6 +39,8 @@ redash:
3639
postgresql:
3740
enabled: false
3841
existingSecret: toto
39-
42+
redis:
43+
image:
44+
repository: bitnamilegacy/redis
4045
userPreferences:
4146
language: "en"

charts/superset/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/superset/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
global:
2+
security:
3+
allowInsecureImages: true
14
superset:
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+
7584
ingress:
7685
enabled: false
7786
# ingressClassName: ""

0 commit comments

Comments
 (0)