diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 93f6642..6920b9a 100644 --- a/charts/nmrxiv-app/Chart.yaml +++ b/charts/nmrxiv-app/Chart.yaml @@ -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 diff --git a/charts/nmrxiv-app/templates/configmap.yaml b/charts/nmrxiv-app/templates/configmap.yaml index b09795e..55b54f7 100644 --- a/charts/nmrxiv-app/templates/configmap.yaml +++ b/charts/nmrxiv-app/templates/configmap.yaml @@ -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 }} diff --git a/charts/nmrxiv-app/values.yaml b/charts/nmrxiv-app/values.yaml index 04feb6f..36e09bb 100644 --- a/charts/nmrxiv-app/values.yaml +++ b/charts/nmrxiv-app/values.yaml @@ -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