File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 9.3.6
3
+ version : 9.4.0
4
4
appVersion : 12.1.0
5
5
kubeVersion : " ^1.8.0-0"
6
6
description : The leading tool for querying and visualizing time series and metrics.
Original file line number Diff line number Diff line change @@ -1196,6 +1196,12 @@ containers:
1196
1196
value: { { (get .Values " grafana.ini" ).paths.plugins } }
1197
1197
- name: GF_PATHS_PROVISIONING
1198
1198
value: { { (get .Values " grafana.ini" ).paths.provisioning } }
1199
+ { {- if (.Values.resources.limits).memory } }
1200
+ - name: GOMEMLIMIT
1201
+ valueFrom:
1202
+ resourceFieldRef:
1203
+ resource: limits.memory
1204
+ { {- end } }
1199
1205
{ {- range $key , $value := .Values.envValueFrom } }
1200
1206
- name: { { $key | quote } }
1201
1207
valueFrom:
You can’t perform that action at this time.
0 commit comments