Skip to content

Commit db4c400

Browse files
committed
[cloudbeaver]enable dark mode
1 parent 1519b01 commit db4c400

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

charts/cloudbeaver-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.7
25+
version: 2.0.8
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
@@ -31,7 +31,7 @@ appVersion: latest
3131

3232
dependencies:
3333
- name: library-chart
34-
version: 1.5.33
34+
version: 1.5.41
3535
repository: https://inseefrlab.github.io/helm-charts-interactive-services
3636
- name: postgresql
3737
version: 15.5.32

charts/cloudbeaver-chart/templates/configmap-cb.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ data:
66
cloudbeaver.conf: |
77
{
88
server: {
9+
productSettings: {
10+
"core.localization.localization": "en",
11+
"core.theming.theme": "{{- if .Values.userPreferences.darkMode }}dark{{else}}light{{end}}"
12+
},
13+
914
serverPort: 8978,
1015
1116
// Paths are absolute or relative to the server root folder

0 commit comments

Comments
 (0)