From f9a5fbbb78b829e96a2e4da7c0144c8dfae9df45 Mon Sep 17 00:00:00 2001 From: Volodymyr Stoiko Date: Fri, 6 Mar 2026 18:33:59 +0200 Subject: [PATCH] Fix snapshots local storage size (#1859) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/04-hub-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index 394137d19..a0d96a4d9 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -39,7 +39,7 @@ spec: - -capture-stop-after - "{{ if hasKey .Values.tap.capture.dissection "stopAfter" }}{{ .Values.tap.capture.dissection.stopAfter }}{{ else }}5m{{ end }}" - -snapshot-size-limit - - '{{ .Values.tap.snapshots.storageSize }}' + - '{{ .Values.tap.snapshots.local.storageSize }}' - -dissector-image {{- if .Values.tap.docker.overrideImage.worker }} - '{{ .Values.tap.docker.overrideImage.worker }}'