diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index e88227bf3f2d57a2d6a2a0be60164a622435f22a..a9fb133da692ac6072b74401301254a8d46b24a2 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -11,7 +11,7 @@ sources: - https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/main/charts/mastodon type: application -version: 4.0.1 +version: 4.0.2 # renovate: image=docker.io/tootsuite/mastodon appVersion: v3.5.5 diff --git a/charts/mastodon/templates/ingress.yaml b/charts/mastodon/templates/ingress.yaml index 27ac60f13bcfa4424853b58b88043ff94b36e336..5a3409a2398d6810253ebc10b78079ec538ea5f4 100644 --- a/charts/mastodon/templates/ingress.yaml +++ b/charts/mastodon/templates/ingress.yaml @@ -64,7 +64,7 @@ spec: servicePort: {{ $streamingPort }} {{- end }} {{- if or ($.Capabilities.APIVersions.Has "networking.k8s.io/v1/Ingress") (not ($.Capabilities.APIVersions.Has "networking.k8s.io/v1beta1/Ingress")) }} - pathType: Exact + pathType: Prefix {{- end }} {{- end }} {{- end }}