Skip to content

Commit

Permalink
fix:[nmrxiv-app]-add datacite api to config
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 23, 2024
1 parent d620e42 commit 9d30494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 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.7.3
version: 0.7.4

# 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
1 change: 1 addition & 0 deletions charts/nmrxiv-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }}
CM_API: {{ .Values.webservices.cmApi }}
CROSSREF_API: {{ .Values.webservices.crossrefApi }}
DATACITE_API: {{ .Values.webservices.dataciteApi }}

#Log Properties
LOG_CHANNEL: {{ .Values.logProperties.logChannel }}
Expand Down
1 change: 1 addition & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ webservices:
orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person
cmApi: https://api.naturalproducts.net/latest/
crossrefApi: https://api.crossref.org/works/
dataciteApi: https://api.datacite.org/

logProperties:
logChannel: stack
Expand Down

0 comments on commit 9d30494

Please sign in to comment.