diff --git a/charts/music-notifications/Chart.yaml b/charts/music-notifications/Chart.yaml index a2ec118..2fc42aa 100644 --- a/charts/music-notifications/Chart.yaml +++ b/charts/music-notifications/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/music-notifications/templates/ingress.yaml b/charts/music-notifications/templates/ingress.yaml index b3be890..7fc3bf4 100644 --- a/charts/music-notifications/templates/ingress.yaml +++ b/charts/music-notifications/templates/ingress.yaml @@ -2,9 +2,9 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: {{ include "music-notifications.fullname" . }}-ingress + name: {{ include "music-notifications.fullname" . }} labels: - name: {{ include "music-notifications.fullname" . }}-ingress + name: {{ include "music-notifications.fullname" . }} {{ include "music-notifications.labels" . | indent 4 }} {{- with .Values.ingress.annotations }} annotations: @@ -28,5 +28,5 @@ spec: tls: - hosts: - {{ trimPrefix "https://" .Values.ingress.url }} - secretName: {{ include "music-notifications.fullname" . }}-ingress-lets-encrypt + secretName: {{ include "music-notifications.fullname" . }}-le {{- end -}}