diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 15f9ab4a..4b44bd89 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 16.2.8 +version: 16.2.9 diff --git a/library/common/templates/spawner/_ingress.tpl b/library/common/templates/spawner/_ingress.tpl index 722ad8cf..eb70610d 100644 --- a/library/common/templates/spawner/_ingress.tpl +++ b/library/common/templates/spawner/_ingress.tpl @@ -57,7 +57,6 @@ {{/* Call class to create the object */}} {{- include "tc.v1.common.class.ingress" (dict "rootCtx" $ "objectData" $objectData) -}} - {{/* TODO: range over TLS and do stuff */}} {{- $hasCertIssuer := false -}} {{- if $objectData.integrations -}} {{- if and $objectData.integrations.certManager $objectData.integrations.certManager.enabled -}}