File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 9.4.3
3
+ version : 9.4.5
4
4
appVersion : 12.1.1
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 @@ -55,8 +55,8 @@ grafana.ini: |
55
55
56
56
{ {- range $key , $value := .Values.alerting } }
57
57
{ {- if (hasKey $value " file" ) } }
58
- { { $key } }:
59
- { {- toYaml ( $files .Get $value .file ) | nindent 2 } }
58
+ { { $key } }: |
59
+ { {- tpl ( $files .Get $value .file) $ root | nindent 2 } }
60
60
{ {- else if (or (hasKey $value " secret" ) (hasKey $value " secretFile" ))} }
61
61
{ {/* will be stored inside secret generated by " configSecret.yaml" */} }
62
62
{ {- else } }
Original file line number Diff line number Diff line change @@ -1200,6 +1200,7 @@ containers:
1200
1200
- name: GOMEMLIMIT
1201
1201
valueFrom:
1202
1202
resourceFieldRef:
1203
+ divisor: "1"
1203
1204
resource: limits.memory
1204
1205
{ {- end } }
1205
1206
{ {- range $key , $value := .Values.envValueFrom } }
@@ -1450,4 +1451,4 @@ volumes:
1450
1451
{ {- with .Values.extraContainerVolumes } }
1451
1452
{ {- tpl (toYaml .) $root | nindent 2 } }
1452
1453
{ {- end } }
1453
- { {- end } }
1454
+ { {- end } }
You can’t perform that action at this time.
0 commit comments