diff --git a/charts/osdfir-infrastructure/Chart.lock b/charts/osdfir-infrastructure/Chart.lock index 1a377329..69a2a001 100644 --- a/charts/osdfir-infrastructure/Chart.lock +++ b/charts/osdfir-infrastructure/Chart.lock @@ -1,10 +1,10 @@ dependencies: - name: timesketch repository: file://charts/timesketch - version: 2.4.5 + version: 2.4.6 - name: yeti repository: file://charts/yeti - version: 2.2.5 + version: 2.2.6 - name: openrelik repository: file://charts/openrelik version: 2.2.7 @@ -14,5 +14,5 @@ dependencies: - name: hashr repository: file://charts/hashr version: 2.0.1 -digest: sha256:d5a33c46ff1a1302773f88e477aa08019b14a9d3366070032f21f2844a74ffb4 -generated: "2026-02-05T15:59:04.340371-08:00" +digest: sha256:df3e601338af062202031f93fadfaebea87462a08cd7f093a93e7903e09e47fe +generated: "2026-02-09T13:50:14.474878-08:00" diff --git a/charts/osdfir-infrastructure/Chart.yaml b/charts/osdfir-infrastructure/Chart.yaml index 94b76fcf..c4024528 100644 --- a/charts/osdfir-infrastructure/Chart.yaml +++ b/charts/osdfir-infrastructure/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: osdfir-infrastructure -version: 2.7.7 +version: 2.7.8 description: A Helm chart for Open Source Digital Forensics Kubernetes deployments. keywords: - timesketch @@ -14,11 +14,11 @@ dependencies: - condition: global.timesketch.enabled name: timesketch repository: file://charts/timesketch - version: 2.4.5 + version: 2.4.6 - condition: global.yeti.enabled name: yeti repository: file://charts/yeti - version: 2.2.5 + version: 2.2.6 - condition: global.openrelik.enabled name: openrelik repository: file://charts/openrelik diff --git a/charts/osdfir-infrastructure/charts/timesketch/Chart.yaml b/charts/osdfir-infrastructure/charts/timesketch/Chart.yaml index 32827c3f..560dbaf9 100644 --- a/charts/osdfir-infrastructure/charts/timesketch/Chart.yaml +++ b/charts/osdfir-infrastructure/charts/timesketch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: timesketch -version: 2.4.5 +version: 2.4.6 description: A Helm chart for Timesketch Kubernetes deployments. keywords: - timesketch diff --git a/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment-v3.yaml b/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment-v3.yaml index f6ec89e9..15c4702f 100644 --- a/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment-v3.yaml +++ b/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment-v3.yaml @@ -41,6 +41,8 @@ spec: - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/vertex/vertex-sa.json {{- end }} + - name: ENABLE_STRUCTURED_LOGGING + value: "true" volumeMounts: - mountPath: /mnt/timesketchvolume name: timesketchvolume diff --git a/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment.yaml b/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment.yaml index 13409a74..8bd9d7f4 100644 --- a/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment.yaml +++ b/charts/osdfir-infrastructure/charts/timesketch/templates/web-deployment.yaml @@ -52,6 +52,8 @@ spec: - name: GOOGLE_APPLICATION_CREDENTIALS value: /etc/vertex/vertex-sa.json {{- end }} + - name: ENABLE_STRUCTURED_LOGGING + value: "true" volumeMounts: - mountPath: /mnt/timesketchvolume name: timesketchvolume diff --git a/charts/osdfir-infrastructure/charts/timesketch/templates/worker-deployment.yaml b/charts/osdfir-infrastructure/charts/timesketch/templates/worker-deployment.yaml index 00f018b6..774d5c90 100644 --- a/charts/osdfir-infrastructure/charts/timesketch/templates/worker-deployment.yaml +++ b/charts/osdfir-infrastructure/charts/timesketch/templates/worker-deployment.yaml @@ -35,6 +35,9 @@ spec: image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} command: ["sh", "-c", "exec celery -A timesketch.lib.tasks worker --loglevel={{ .Values.config.logLevel }}"] + env: + - name: ENABLE_STRUCTURED_LOGGING + value: "true" {{- if .Values.securityContext.enabled }} securityContext: capabilities: diff --git a/charts/osdfir-infrastructure/charts/timesketch/values.yaml b/charts/osdfir-infrastructure/charts/timesketch/values.yaml index e0fd3209..6672417f 100644 --- a/charts/osdfir-infrastructure/charts/timesketch/values.yaml +++ b/charts/osdfir-infrastructure/charts/timesketch/values.yaml @@ -42,7 +42,7 @@ image: pullPolicy: IfNotPresent ## @param image.tag Overrides the image tag whose default is the chart appVersion ## - tag: "20251219" + tag: "20260209" ## @section Timesketch Configuration Parameters ## ref: https://github.com/google/timesketch/blob/master/data/timesketch.conf ## diff --git a/charts/osdfir-infrastructure/charts/yeti/Chart.yaml b/charts/osdfir-infrastructure/charts/yeti/Chart.yaml index 3fe2644a..6fef5866 100644 --- a/charts/osdfir-infrastructure/charts/yeti/Chart.yaml +++ b/charts/osdfir-infrastructure/charts/yeti/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: yeti -version: 2.2.5 +version: 2.2.6 description: A Helm chart for Yeti Kubernetes deployments. keywords: - yeti diff --git a/charts/osdfir-infrastructure/charts/yeti/templates/nginx/nginx-configmap.yaml b/charts/osdfir-infrastructure/charts/yeti/templates/nginx/nginx-configmap.yaml index b8e8f746..dc471fa6 100644 --- a/charts/osdfir-infrastructure/charts/yeti/templates/nginx/nginx-configmap.yaml +++ b/charts/osdfir-infrastructure/charts/yeti/templates/nginx/nginx-configmap.yaml @@ -10,6 +10,7 @@ data: server { listen 9000; listen [::]:9000; + client_max_body_size 0m; root /www; location /api/v2 {