Skip to content

Commit

Permalink
fix: crash in web portals config
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Nov 1, 2024
1 parent 3b6c1fb commit b3f5215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptlex/cryptlex-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b3f5215

Please sign in to comment.