From a95d5245dfe939693528bc11b40f723d702dd5dc Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Thu, 24 Jul 2025 13:52:27 +0000 Subject: [PATCH 1/3] ci(bump): bump reconciler image version for alpha to 1.0.1 --- .../helm-pkg/reconciler/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 361fd8c2..9026cf78 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -10,7 +10,7 @@ reconciler: registry: docker.io repository: null name: reconciler - tag: snapshot-2a5bb92 + tag: 1.0.1 imagePullPolicy: IfNotPresent ports: - name: http From 950c821c19ac6e95870aa76f6614f9aceb8d5ada Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 25 Jul 2025 11:05:28 +0800 Subject: [PATCH 2/3] chore(logging): update logPathPattern to /var/log/pods/*/*/*.log for k8s standard log collection --- .../templates/central-storage/opentelemetry.yaml | 4 ++-- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index ba1bcf9b..4c7b5d4a 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -47,8 +47,8 @@ spec: include: - {{ .Values.logIngest.logPathPattern }} start_at: end - include_file_path: false - include_file_name: false + include_file_path: true + include_file_name: true operators: - type: json_parser parse_from: body diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index 4de1f39b..5d870b0c 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -7,7 +7,7 @@ dashboard: logIngest: enabled: true lokiEndpoint: http://loki-gateway.freeleaps-logging-system - logPathPattern: /app/log/central_storage/*.log + logPathPattern: /var/log/pods/*/*/*.log logPath: /app/log/central_storage centralStorage: replicas: 1 From 381d0ba615edc196607a1d3b3e340b380a61005a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 25 Jul 2025 03:09:59 +0000 Subject: [PATCH 3/3] revert a95d5245dfe939693528bc11b40f723d702dd5dc revert ci(bump): bump reconciler image version for alpha to 1.0.1 --- .../helm-pkg/reconciler/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 9026cf78..361fd8c2 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -10,7 +10,7 @@ reconciler: registry: docker.io repository: null name: reconciler - tag: 1.0.1 + tag: snapshot-2a5bb92 imagePullPolicy: IfNotPresent ports: - name: http