diff --git a/charts/nmrxiv-app/Chart.lock b/charts/nmrxiv-app/Chart.lock index 2c75f81..b983c0a 100644 --- a/charts/nmrxiv-app/Chart.lock +++ b/charts/nmrxiv-app/Chart.lock @@ -17,5 +17,8 @@ dependencies: - name: rdkitcatridgepostgres repository: https://nfdi4chem.github.io/repo-helm-charts version: 0.1.0 -digest: sha256:4307ea1055b642f16a2d516cbd94c9a9a774a3412efeec4d2964cde494ff8845 -generated: "2023-11-10T11:07:11.4243947+01:00" +- 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" diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 28b2aec..7a119f0 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.6 +version: 0.6.7 # 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 @@ -50,3 +50,7 @@ dependencies: version: "0.1.0" repository: https://nfdi4chem.github.io/repo-helm-charts condition: rdkitcatridgepostgres.enabled +- name: nmrkit + version: "0.2.0" + 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 new file mode 100644 index 0000000..14d9be5 Binary files /dev/null and b/charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz differ diff --git a/charts/nmrxiv-app/values.yaml b/charts/nmrxiv-app/values.yaml index b2605a4..6d55be7 100644 --- a/charts/nmrxiv-app/values.yaml +++ b/charts/nmrxiv-app/values.yaml @@ -361,6 +361,18 @@ datacite: prefix: endpoint: https://api.test.datacite.org +nmrkit: + enabled: false + image: + name: nmrkit + repository: nfdi4chem/nmrkit + pullPolicy: Always + # Overrides the image tag whose default is the chart appVersion. + tag: dev-latest + service: + type: LoadBalancer + port: 80 + nodeSelector: {} tolerations: []