diff --git a/charts/nmrxiv-app/Chart.lock b/charts/nmrxiv-app/Chart.lock index b983c0a..fc16f36 100644 --- a/charts/nmrxiv-app/Chart.lock +++ b/charts/nmrxiv-app/Chart.lock @@ -19,6 +19,6 @@ dependencies: version: 0.1.0 - name: nmrkit repository: https://nfdi4chem.github.io/repo-helm-charts - version: 0.2.0 -digest: sha256:b7bc0d908850f5d51309c22266145bedd62f550899dd6d3f33bb3d479fd0f700 -generated: "2023-12-05T11:24:35.7742514+01:00" + version: 0.2.1 +digest: sha256:9feccf730bd94fa6d5fbe062ba25b446f123c56391dc32c24411a55d49997e10 +generated: "2023-12-05T12:45:44.7005121+01:00" diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 17efe8b..56dc796 100644 --- a/charts/nmrxiv-app/Chart.yaml +++ b/charts/nmrxiv-app/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.6.9 +version: 0.7.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -51,6 +51,6 @@ dependencies: repository: https://nfdi4chem.github.io/repo-helm-charts condition: rdkitcatridgepostgres.enabled - name: nmrkit - version: "0.2.0" + version: "0.2.1" repository: https://nfdi4chem.github.io/repo-helm-charts condition: nmrkit.enabled diff --git a/charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz b/charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz deleted file mode 100644 index 14d9be5..0000000 Binary files a/charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz and /dev/null differ diff --git a/charts/nmrxiv-app/charts/nmrkit-0.2.1.tgz b/charts/nmrxiv-app/charts/nmrkit-0.2.1.tgz new file mode 100644 index 0000000..4da78ff Binary files /dev/null and b/charts/nmrxiv-app/charts/nmrkit-0.2.1.tgz differ diff --git a/charts/nmrxiv-app/values.yaml b/charts/nmrxiv-app/values.yaml index 68d074c..b74f05a 100644 --- a/charts/nmrxiv-app/values.yaml +++ b/charts/nmrxiv-app/values.yaml @@ -337,7 +337,6 @@ scheduler: cpu: 200m memory: 500Mi - larabug: enabled: false lbKey: @@ -351,7 +350,7 @@ datacite: endpoint: https://api.test.datacite.org nmrkit: - enabled: false + enabled: true image: name: nmrkit repository: nfdi4chem/nmrkit @@ -361,6 +360,15 @@ nmrkit: service: type: LoadBalancer port: 80 + rdkitcatridgepostgres: + enabled: false + postgres: + auth: + user: nmrxiv + db: nmrxiv + pgPassword: secret + server: nmrxiv-postgresql + port: 5432 nodeSelector: {}