From 67076e5c51d87e29d3b21019e0a1cff77a3f2e28 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 9 Sep 2025 04:41:05 +0000 Subject: [PATCH 1/7] ci(bump): bump chat image version for alpha to snapshot-a98eab6 --- freeleaps/helm-pkg/chat/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 36a348a2..df92e780 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-3a1602d + tag: snapshot-a98eab6 imagePullPolicy: IfNotPresent ports: - name: http From a57dc557f0d95125b69a27e1ae868894f428be5f Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 9 Sep 2025 04:51:02 +0000 Subject: [PATCH 2/7] ci(bump): bump freeleaps image version for alpha to snapshot-a98eab6 --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 53c2be9e..2aed1e12 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,7 +16,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-3a1602d + tag: snapshot-a98eab6 imagePullPolicy: IfNotPresent ports: - name: http From a1b06fd8c5c213610589396e20402ea5b0cf3f5c Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 9 Sep 2025 05:47:32 +0000 Subject: [PATCH 3/7] ci(bump): bump chat image version for alpha to snapshot-15a3714 --- freeleaps/helm-pkg/chat/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index df92e780..a3bdf5a6 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-a98eab6 + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http From 55a8bad9946fe0403ad9a03712a91ec40e16e5d3 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 9 Sep 2025 05:57:54 +0000 Subject: [PATCH 4/7] ci(bump): bump freeleaps image version for alpha to snapshot-15a3714 --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 2aed1e12..6de0db35 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,7 +16,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-a98eab6 + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http From 876c7e3d23469db3da09cea3a93cc3d227a21d3f Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 9 Sep 2025 06:25:25 +0000 Subject: [PATCH 5/7] ci(bump): bump frontend image version for alpha to snapshot-15a3714 --- freeleaps/helm-pkg/frontend/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index fb491370..e16313ff 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-29f543c + tag: snapshot-15a3714 imagePullPolicy: IfNotPresent ports: - name: http From 7921d9e8d9fcd6b35e8e889fac1912a061d02cae Mon Sep 17 00:00:00 2001 From: icecheng Date: Tue, 9 Sep 2025 14:52:49 +0800 Subject: [PATCH 6/7] ci(helm): update devsvc helm values.yaml --- freeleaps/helm-pkg/devsvc/values.alpha.yaml | 12 ++++++------ freeleaps/helm-pkg/devsvc/values.prod.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 4a1bb2ad..8d81a4a7 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -34,21 +34,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service diff --git a/freeleaps/helm-pkg/devsvc/values.prod.yaml b/freeleaps/helm-pkg/devsvc/values.prod.yaml index 2d7600ea..c192f3e6 100644 --- a/freeleaps/helm-pkg/devsvc/values.prod.yaml +++ b/freeleaps/helm-pkg/devsvc/values.prod.yaml @@ -37,21 +37,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service From 8710fc417f2fe9c81a8c71ad68caccbe1c47aaa0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 9 Sep 2025 12:20:27 +0000 Subject: [PATCH 7/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20magicleaps/helm-pkg/au?= =?UTF-8?q?thentication/templates/authentication/opentelemetry.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../authentication/templates/authentication/opentelemetry.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 22cd25fe..db54b869 100644 --- a/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/magicleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -104,9 +104,6 @@ spec: tls: insecure: true service: - telemetry: - logs: - level: info pipelines: logs: receivers: [filelog]