Skip to content

Commit

Permalink
fix attu ingress class (#123)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei <[email protected]>
  • Loading branch information
dumitraand authored Sep 4, 2024
1 parent 5ca303b commit b55a101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: milvus
appVersion: "2.4.10"
kubeVersion: "^1.10.0-0"
description: Milvus is an open-source vector database built to power AI applications and vector similarity search.
version: 4.2.9
version: 4.2.10
keywords:
- milvus
- elastic
Expand Down
4 changes: 2 additions & 2 deletions charts/milvus/templates/attu-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ metadata:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
{{- if .Values.attu.ingress.ingressClassName }}
ingressClassName: {{ .Values.attu.ingress.ingressClassName }}
{{- end }}
{{- if .Values.attu.ingress.tls }}
tls:
Expand Down

0 comments on commit b55a101

Please sign in to comment.