diff --git a/charts/gotify/Chart.yaml b/charts/gotify/Chart.yaml index 32fea0a..3a55c7b 100644 --- a/charts/gotify/Chart.yaml +++ b/charts/gotify/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.0.8 +version: 0.0.9 # 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/gotify/templates/ingress.yaml b/charts/gotify/templates/ingress.yaml index 05fbc3a..01ebdff 100644 --- a/charts/gotify/templates/ingress.yaml +++ b/charts/gotify/templates/ingress.yaml @@ -29,6 +29,7 @@ spec: paths: {{- range .paths }} - path: {{ .path }} + pathType: Prefix backend: service: name: {{ $fullName }}