From 150b4fa892fc596bc4d98df0aa1162d5fd6e7d44 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 5 Jun 2022 22:59:53 +0200 Subject: [PATCH] re-added portList loader --- charts/common/Chart.yaml | 2 +- charts/common/templates/loader/_lists.tpl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index ec2b0f02..02fe1915 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.0.2 +version: 10.0.3 diff --git a/charts/common/templates/loader/_lists.tpl b/charts/common/templates/loader/_lists.tpl index 077630a1..810e88ef 100644 --- a/charts/common/templates/loader/_lists.tpl +++ b/charts/common/templates/loader/_lists.tpl @@ -13,6 +13,7 @@ {{ include "tc.common.lib.values.persistence.annotations.list" . }} {{ include "tc.common.lib.values.service.list" . }} + {{ include "tc.common.lib.values.ports.list" . }} {{ include "tc.common.lib.values.ingress.list" . }} {{ include "tc.common.lib.values.ingress.label.list" . }}