diff --git a/charts/media-common/Chart.yaml b/charts/media-common/Chart.yaml index 5f1b799f..1b37000b 100644 --- a/charts/media-common/Chart.yaml +++ b/charts/media-common/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: media-common description: Common dependancy chart for media ecosystem containers type: application -version: 1.3.0 +version: 1.3.1 keywords: - media-common home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common diff --git a/charts/media-common/templates/ingress.yaml b/charts/media-common/templates/ingress.yaml index 054788a1..ee7f765f 100644 --- a/charts/media-common/templates/ingress.yaml +++ b/charts/media-common/templates/ingress.yaml @@ -64,7 +64,7 @@ kind: Ingress metadata: name: {{ $fullName }}-{{ $ingress.nameSuffix | default $index }} labels: - {{- include "media-common.labels" . | nindent 4 }} + {{- include "media-common.labels" $ | nindent 4 }} {{- with $ingress.annotations }} annotations: {{- toYaml . | nindent 4 }}