diff --git a/charts/nmrxiv-app/Chart.yaml b/charts/nmrxiv-app/Chart.yaml index 52a875b..17efe8b 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.8 +version: 0.6.9 # 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 ccf9fd0..b09795e 100644 --- a/charts/nmrxiv-app/templates/configmap.yaml +++ b/charts/nmrxiv-app/templates/configmap.yaml @@ -45,10 +45,6 @@ data: #Nmrium Properties NMRIUM_URL: {{ required "A valid .Values.nmrium.nmriumURL entry required!" .Values.nmrium.nmriumURL }} -#Python Microservice Properties - PYTHON_WS_URL: {{ printf "%s-pythonmicroservice" .Release.Name }} - PYTHON_WS_PORT: {{ .Values.pythonmicroservice.service.port | default 80 | quote }} - #Redis Properties {{ if .Values.redis.enabled }} SESSION_DRIVER: "{{ .Values.redis.sessionDriver }}"