From 8531afad0e7b5097f2148bf4c12da1cac84e73e9 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Fri, 10 Nov 2023 11:27:47 +0100 Subject: [PATCH] fix:[nmrxiv-app]-add cm-api --- charts/nmrxiv-app/Chart.yaml | 2 +- charts/nmrxiv-app/templates/configmap.yaml | 1 + charts/nmrxiv-app/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 5b0e139..f443081 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.6.3 +version: 0.6.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 b73600a..74c3131 100644 --- a/charts/nmrxiv-app/templates/configmap.yaml +++ b/charts/nmrxiv-app/templates/configmap.yaml @@ -17,6 +17,7 @@ data: ORCID_ID_SEARCH_API: {{ .Values.webservices.orcidIdSearchApi }} ORCID_ID_EMPLOYMENT_API: {{ .Values.webservices.orcidIdEmploymentApi }} ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }} + CM_API: {{ .Values.webservices.cmApi }} #Log Properties LOG_CHANNEL: {{ .Values.logProperties.logChannel }} diff --git a/charts/nmrxiv-app/values.yaml b/charts/nmrxiv-app/values.yaml index f1eae52..a18b68a 100644 --- a/charts/nmrxiv-app/values.yaml +++ b/charts/nmrxiv-app/values.yaml @@ -20,6 +20,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 + cmApi: https://api.naturalproducts.net/latest/ logProperties: logChannel: stack