Commit 9d30494 1 parent d620e42 commit 9d30494 Copy full SHA for 9d30494
File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ type: application
18
18
# This is the chart version. This version number should be incremented each time you make changes
19
19
# to the chart and its templates, including the app version.
20
20
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21
- version : 0.7.3
21
+ version : 0.7.4
22
22
23
23
# This is the version number of the application being deployed. This version number should be
24
24
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 19
19
ORCID_ID_PERSON_API : {{ .Values.webservices.orcidIdPersonApi }}
20
20
CM_API : {{ .Values.webservices.cmApi }}
21
21
CROSSREF_API : {{ .Values.webservices.crossrefApi }}
22
+ DATACITE_API : {{ .Values.webservices.dataciteApi }}
22
23
23
24
# Log Properties
24
25
LOG_CHANNEL : {{ .Values.logProperties.logChannel }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ webservices:
22
22
orcidIdPersonApi : https://pub.orcid.org/v3.0/{orcid_id}/person
23
23
cmApi : https://api.naturalproducts.net/latest/
24
24
crossrefApi : https://api.crossref.org/works/
25
+ dataciteApi : https://api.datacite.org/
25
26
26
27
logProperties :
27
28
logChannel : stack
You can’t perform that action at this time.
0 commit comments