Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

nil pointer evaluating interface #307

Closed IgorGee closed 2 years ago

IgorGee commented 2 years ago

Error: UPGRADE FAILED: template: sonar/charts/sonarqube/templates/ingress.yaml:47:32: executing "sonar/charts/sonarqube/templates/ingress.yaml" at <.Capabilities.APIVersions.Has>: nil pointer evaluating interface {}.APIVersions

it must be {{- if $.Capabilities.APIVersions.Has "networking.k8s.io/v1" }} as @Mikaciu pointed out.

Originally posted by @EvgeniGordeev in https://github.com/Oteemo/charts/issues/306#issuecomment-922362141