diff --git a/charts/coconut-app/Chart.yaml b/charts/coconut-app/Chart.yaml index c0575aa..e4aa799 100644 --- a/charts/coconut-app/Chart.yaml +++ b/charts/coconut-app/Chart.yaml @@ -15,7 +15,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.2.7 +version: 0.2.8 # 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/coconut-app/templates/configmap.yaml b/charts/coconut-app/templates/configmap.yaml index 9fe5d12..91a1e1d 100644 --- a/charts/coconut-app/templates/configmap.yaml +++ b/charts/coconut-app/templates/configmap.yaml @@ -58,7 +58,7 @@ data: ORCID_ID_SEARCH_API: {{ .Values.webservices.orcidIdSearchApi }} ORCID_ID_EMPLOYMENT_API: {{ .Values.webservices.orcidIdEmploymentApi }} ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }} - CPM_API: {{ .Values.webservices.cpmApi }} + CM_API: {{ .Values.webservices.cmApi }} #DOI Properties DOI_HOST: {{ .Values.doi.doiHost }} diff --git a/charts/coconut-app/values.yaml b/charts/coconut-app/values.yaml index ed106bd..85f38fb 100644 --- a/charts/coconut-app/values.yaml +++ b/charts/coconut-app/values.yaml @@ -24,7 +24,7 @@ webservices: orcidIdSearchApi: https://pub.orcid.org/v2.1/search orcidIdEmploymentApi: https://pub.orcid.org/v3.0/{orcid_id}/employments orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person - cpmApi: https://dev.api.naturalproducts.net/v1/ + cmApi: https://dev.api.naturalproducts.net/v1/ logProperties: