From 7d444f276fc80b21060ae57f5b6f99a446e4fb66 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Fri, 25 Feb 2022 17:28:28 -0500 Subject: [PATCH] fix: networking networking.k8s.io/v1 --- charts/gotify/Chart.yaml | 2 +- charts/gotify/templates/ingress.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}