fix(traefik): fix labels (#7759)

This commit is contained in:
Stavros Kois 2023-03-07 11:17:26 +02:00 committed by GitHub
parent 7641c00604
commit d3c8d46763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 17.0.4
version: 17.0.5
annotations:
truecharts.org/catagories: |
- network

View File

@ -16,7 +16,7 @@ metadata:
annotations:
ingressclass.kubernetes.io/is-default-class: {{ .Values.ingressClass.isDefaultClass | quote }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
{{- include "tc.v1.common.allLabels" . | nindent 4 }}
name: {{ .Release.Name }}
spec:
controller: traefik.io/ingress-controller