diff --git a/charts/enterprise/traefik/Chart.yaml b/charts/enterprise/traefik/Chart.yaml index 27cfdfe99d9..50661b72eff 100644 --- a/charts/enterprise/traefik/Chart.yaml +++ b/charts/enterprise/traefik/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/traefik/traefik-helm-chart - https://traefik.io/ type: application -version: 17.0.6 +version: 17.0.7 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/traefik/templates/_ingressclass.tpl b/charts/enterprise/traefik/templates/_ingressclass.tpl index a9b432449a9..004d4a6dcda 100644 --- a/charts/enterprise/traefik/templates/_ingressclass.tpl +++ b/charts/enterprise/traefik/templates/_ingressclass.tpl @@ -16,7 +16,7 @@ metadata: annotations: ingressclass.kubernetes.io/is-default-class: {{ .Values.ingressClass.isDefaultClass | quote }} labels: - {{- include "tc.v1.common.allLabels" . | nindent 4 }} + {{- include "tc.v1.common.lib.metadata.allLabels" . | nindent 4 }} name: {{ .Release.Name }} spec: controller: traefik.io/ingress-controller