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.
1 parent c01e401 commit c9fdef2Copy full SHA for c9fdef2
charts/grafana-mcp/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana-mcp
3
-version: 0.1.0
+version: 0.1.1
4
appVersion: latest
5
kubeVersion: "^1.8.0-0"
6
description: MCP server for Grafana.
charts/grafana-mcp/templates/ingress.yaml
@@ -1,3 +1,4 @@
+{{- if .Values.ingress.enabled }}
{{- $fullName := include "grafana-mcp.fullname" . }}
{{- $svcPort := .Values.service.port }}
{{- if and .Values.ingress.className (not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class")) }}
@@ -45,3 +46,4 @@ spec:
45
46
number: {{ $svcPort }}
47
{{- end }}
48
49
+{{- end }}
0 commit comments