Skip to content

Commit

Permalink
fix:[coconut]-rename the cm api
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Oct 18, 2023
1 parent a1aae97 commit efb12a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/coconut-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/coconut-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/coconut-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit efb12a5

Please sign in to comment.