File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,8 @@ dependencies:
2020- name: nmrkit
2121 repository: https://nfdi4chem.github.io/repo-helm-charts
2222 version: 0.2.1
23- digest: sha256:f89813103bea31a24a4cb99ff0ac621cbbbf3d5f4a748449ee5abe857c729380
24- generated: "2024-02-01T14:22:36.741693962+01:00"
23+ - name: keycloak
24+ repository: https://charts.bitnami.com/bitnami
25+ version: 18.3.3
26+ digest: sha256:286a0b5ffae7f1770758e305ff935d0012a44578c5fed9ee47ffeb2b93abc54f
27+ generated: "2024-02-01T15:17:34.970094053+01:00"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
1818# This is the chart version. This version number should be incremented each time you make changes
1919# to the chart and its templates, including the app version.
2020# Versions are expected to follow Semantic Versioning (https://semver.org/)
21- version : 0.7.5
21+ version : 0.7.6
2222
2323# This is the version number of the application being deployed. This version number should be
2424# incremented each time you make changes to the application. Versions are not expected to
@@ -54,3 +54,7 @@ dependencies:
5454 version : " 0.2.1"
5555 repository : https://nfdi4chem.github.io/repo-helm-charts
5656 condition : nmrkit.enabled
57+ - name : keycloak
58+ version : " 18.3.3"
59+ repository : https://charts.bitnami.com/bitnami
60+ condition : keycloak.enabled
Original file line number Diff line number Diff line change @@ -289,6 +289,19 @@ meilisearch:
289289 enabled : true
290290 size : 5Gi
291291
292+ keycloak :
293+ enabled : false
294+ auth :
295+ adminUser : nmrxiv_keycloak
296+ adminPassword : secret
297+ postgresql :
298+ enabled : true
299+ auth :
300+ username : keycloak_nmrxiv
301+ password : secret
302+ service :
303+ type : LoadBalancer
304+
292305storage :
293306 pvc :
294307 accessModes :
You can’t perform that action at this time.
0 commit comments