diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index f71caa93..74614945 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 12.2.27 +version: 12.2.28 diff --git a/library/common/templates/spawner/_portal.tpl b/library/common/templates/spawner/_portal.tpl index 206d6e18..a2de82a4 100644 --- a/library/common/templates/spawner/_portal.tpl +++ b/library/common/templates/spawner/_portal.tpl @@ -115,9 +115,12 @@ {{- $protocol = "http" -}} {{- end -}} + {{/* TODO: Reenable when iX fixes bugs crashing GUI on empty port */}} + {{/* {{- if or ( and ( eq $protocol "https" ) ( eq $port "443" ) ) ( and ( eq $protocol "http" ) ( eq $port "80" ) ) -}} {{- $port = "" -}} {{- end -}} + */}} {{- $port = toString $port -}}