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 a11cd1b + 87c515d commit d5d7d3fCopy full SHA for d5d7d3f
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 9.4.3
+version: 9.4.4
4
appVersion: 12.1.1
5
kubeVersion: "^1.8.0-0"
6
description: The leading tool for querying and visualizing time series and metrics.
charts/grafana/templates/_pod.tpl
@@ -1200,6 +1200,7 @@ containers:
1200
- name: GOMEMLIMIT
1201
valueFrom:
1202
resourceFieldRef:
1203
+ divisor: "1"
1204
resource: limits.memory
1205
{{- end }}
1206
{{- range $key, $value := .Values.envValueFrom }}
@@ -1450,4 +1451,4 @@ volumes:
1450
1451
{{- with .Values.extraContainerVolumes }}
1452
{{- tpl (toYaml .) $root | nindent 2 }}
1453
-{{- end }}
1454
+{{- end }}
0 commit comments