Skip to content

Commit

Permalink
fix:[nmxiv-app] - upgrade nmrkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Dec 5, 2023
1 parent 85cdaa3 commit e62353b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/nmrxiv-app/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions 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.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
Expand Down Expand Up @@ -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
Binary file removed charts/nmrxiv-app/charts/nmrkit-0.2.0.tgz
Binary file not shown.
Binary file added charts/nmrxiv-app/charts/nmrkit-0.2.1.tgz
Binary file not shown.
12 changes: 10 additions & 2 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ scheduler:
cpu: 200m
memory: 500Mi


larabug:
enabled: false
lbKey:
Expand All @@ -351,7 +350,7 @@ datacite:
endpoint: https://api.test.datacite.org

nmrkit:
enabled: false
enabled: true
image:
name: nmrkit
repository: nfdi4chem/nmrkit
Expand All @@ -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: {}

Expand Down

0 comments on commit e62353b

Please sign in to comment.