diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index 7766636..236340c 100644 --- a/charts/sonarqube/Chart.yaml +++ b/charts/sonarqube/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sonarqube description: SonarQube is an open sourced code quality scanning tool -version: 9.10.1 +version: 9.10.2 appVersion: 8.9.7-community keywords: - coverage diff --git a/charts/sonarqube/templates/ingress.yaml b/charts/sonarqube/templates/ingress.yaml index a3d6d63..1125644 100644 --- a/charts/sonarqube/templates/ingress.yaml +++ b/charts/sonarqube/templates/ingress.yaml @@ -43,9 +43,9 @@ spec: - host: {{ .name }} http: paths: - - path: {{ .path}} + - path: {{ .path }} {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1" }} - pathType: {{ .pathType }} + pathType: {{ .pathType | default "Prefix" }} {{- end }} backend: {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1" }}