Skip to content

Commit 2ec57ff

Browse files
committed
Fix handling of possibly float64 in memoryRestartThreshold
1 parent 3988f05 commit 2ec57ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: collector
33
description: A Helm chart for Better Stack Collector - monitoring solution that collects metrics, logs, and traces
44
type: application
5-
version: 0.1.30
5+
version: 0.1.31
66
appVersion: "latest"
77
keywords:
88
- monitoring

templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
name: {{ . | quote }}
172172
{{- end }}
173173
{{- end }}
174-
{{- if and .Values.beyla.memoryRestartThreshold (ne .Values.beyla.memoryRestartThreshold "") }}
174+
{{- if .Values.beyla.memoryRestartThreshold }}
175175
livenessProbe:
176176
exec:
177177
command:

0 commit comments

Comments
 (0)