diff --git a/charts/static-html/Chart.yaml b/charts/static-html/Chart.yaml index a005914..cf0d0a6 100644 --- a/charts/static-html/Chart.yaml +++ b/charts/static-html/Chart.yaml @@ -15,7 +15,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.24 +version: 0.1.25 # 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/static-html/templates/ingress.yaml b/charts/static-html/templates/ingress.yaml index 8181dbd..f0f8834 100644 --- a/charts/static-html/templates/ingress.yaml +++ b/charts/static-html/templates/ingress.yaml @@ -31,7 +31,7 @@ spec: {{- range .Values.ingress.hosts }} - {{ . | quote }} {{- end }} - secretName: {{ $fullname }}-tls + secretName: {{ $fullName }}-tls {{- end }} rules: {{- range .Values.ingress.hosts }}