Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #308 from EvgeniGordeev/#307-fix-sonar-ingress-check
Browse files Browse the repository at this point in the history
Sonarqube ingress check
  • Loading branch information
rjkernick authored Sep 20, 2021
2 parents d801666 + 59ae25f commit e5cbf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e5cbf1f

Please sign in to comment.