diff --git a/charts/sonarqube/Chart.yaml b/charts/sonarqube/Chart.yaml index d51815e..85e04da 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.8.1 +version: 9.8.2 appVersion: 8.5.1-community keywords: - coverage diff --git a/charts/sonarqube/templates/ingress.yaml b/charts/sonarqube/templates/ingress.yaml index a845518..cd67d46 100644 --- a/charts/sonarqube/templates/ingress.yaml +++ b/charts/sonarqube/templates/ingress.yaml @@ -44,7 +44,7 @@ spec: http: paths: - path: {{ .path}} - {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" }} + {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1" }} pathType: Prefix {{- end }} backend: