Skip to content

Commit

Permalink
feat:[nmrxiv-app] - package nmrkit
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Dec 5, 2023
1 parent 8f4525f commit 24d8c10
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
7 changes: 5 additions & 2 deletions charts/nmrxiv-app/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 5 additions & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Binary file added charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz
Binary file not shown.
12 changes: 12 additions & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down

0 comments on commit 24d8c10

Please sign in to comment.