diff --git a/cryptlex/cryptlex-enterprise/Chart.yaml b/cryptlex/cryptlex-enterprise/Chart.yaml index b8e99e3..05bff6b 100644 --- a/cryptlex/cryptlex-enterprise/Chart.yaml +++ b/cryptlex/cryptlex-enterprise/Chart.yaml @@ -6,7 +6,7 @@ home: https://cryptlex.com icon: https://cryptlex.com/images/cryptlex_icon.png # 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. -version: "3.17.39" +version: "3.17.40" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: "3.17.39" +appVersion: "3.17.40" diff --git a/cryptlex/cryptlex-enterprise/templates/config-maps/web-portals-configmap.yaml b/cryptlex/cryptlex-enterprise/templates/config-maps/web-portals-configmap.yaml index 5c122b8..91a95e5 100644 --- a/cryptlex/cryptlex-enterprise/templates/config-maps/web-portals-configmap.yaml +++ b/cryptlex/cryptlex-enterprise/templates/config-maps/web-portals-configmap.yaml @@ -3,9 +3,11 @@ kind: ConfigMap metadata: name: {{ .Release.Name }}-web-portals-config data: + {{ if .Values.webPortals }} {{ if .Values.webPortals.releasedAt }} APPLICATION_RELEASEDAT: {{ .Values.webPortals.releasedAt }} {{ end }} + {{ end }} {{ if or .Values.certmanager.enabled .Values.ingress.forceHttpsRedirect }} WEB_API_BASE_URL: https://{{ .Values.ingress.hosts.webApiHost }} RELEASE_SERVER_BASE_URL: https://{{ .Values.ingress.hosts.releaseServerHost }}