From 511bb79a1f8ef930d1405a0c0477682a2608e021 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Wed, 3 Jan 2024 11:48:43 +0100 Subject: [PATCH] fix:[nmrxiv-app] update config map. --- 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 56dc796..9626989 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.0 +version: 0.7.1 # 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..9794bfe 100644 --- a/charts/nmrxiv-app/templates/configmap.yaml +++ b/charts/nmrxiv-app/templates/configmap.yaml @@ -11,6 +11,7 @@ data: QUEUE_CONNECTION: {{ .Values.appProperties.queueConnection }} SCHEMA_VERSION: "{{ .Values.appProperties.schemaVersion }}" COOL_OFF_PERIOD: "{{ .Values.appProperties.coolOffPeriod }}" + X_FRAME_OPTIONS: "{{ .Values.appProperties.xFrameOptions }}" #Web Services EUROPEMC_WS_API: {{ .Values.webservices.europemcApi }} diff --git a/charts/nmrxiv-app/values.yaml b/charts/nmrxiv-app/values.yaml index b74f05a..12ac823 100644 --- a/charts/nmrxiv-app/values.yaml +++ b/charts/nmrxiv-app/values.yaml @@ -14,6 +14,7 @@ appProperties: queueConnection: sync schemaVersion: 1.0 coolOffPeriod: 30 + xFrameOptions: ALLOW-FROM * webservices: europemcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search