We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 224d5f8 + 66fff91 commit e50fac4Copy full SHA for e50fac4
charts/meilisearch/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: "v0.27.1"
3
description: A Helm chart for the Meilisearch search engine
4
name: meilisearch
5
-version: 0.1.34
+version: 0.1.35
6
icon: https://res.cloudinary.com/meilisearch/image/upload/v1597822872/Logo/logo_img.svg
7
home: https://github.com/meilisearch/meilisearch-kubernetes/charts
8
maintainers:
charts/meilisearch/templates/ingress.yaml
@@ -25,7 +25,7 @@ metadata:
25
{{- . | toYaml | nindent 4 }}
26
{{- end }}
27
spec:
28
- {{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.GitVersion -}}
+ {{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1"}}
29
ingressClassName: nginx
30
31
{{- if .Values.ingress.tls }}
0 commit comments