Skip to content

Commit 9d30494

Browse files
committed
fix:[nmrxiv-app]-add datacite api to config
1 parent d620e42 commit 9d30494

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

charts/nmrxiv-app/Chart.yaml

+1-1
Original file line numberDiff line numberDiff 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.3
21+
version: 0.7.4
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

charts/nmrxiv-app/templates/configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ data:
1919
ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }}
2020
CM_API: {{ .Values.webservices.cmApi }}
2121
CROSSREF_API: {{ .Values.webservices.crossrefApi }}
22+
DATACITE_API: {{ .Values.webservices.dataciteApi }}
2223

2324
#Log Properties
2425
LOG_CHANNEL: {{ .Values.logProperties.logChannel }}

charts/nmrxiv-app/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ webservices:
2222
orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person
2323
cmApi: https://api.naturalproducts.net/latest/
2424
crossrefApi: https://api.crossref.org/works/
25+
dataciteApi: https://api.datacite.org/
2526

2627
logProperties:
2728
logChannel: stack

0 commit comments

Comments
 (0)