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