diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 084fbfb1..ef2d8535 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -6,7 +6,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.6 +version: 1.1.0 annotations: artifacthub.io/changes: | - kind: fixed diff --git a/charts/gateway/templates/gateway.yaml b/charts/gateway/templates/gateway.yaml index 3c10c83e..441ec9f5 100644 --- a/charts/gateway/templates/gateway.yaml +++ b/charts/gateway/templates/gateway.yaml @@ -32,7 +32,7 @@ spec: {{- toYaml . | nindent 4 }} {{- end }} {{- range .Values.gateway.https }} - - name: "https-{{ .host }}" + - name: "https-{{ .host | replace "*" "wildcard" | replace "_" "" }}" hostname: "{{ .host }}" port: 443 protocol: HTTPS