From 89c275b586249ebbb9768d58065486f0996be673 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 21 Mar 2025 17:59:55 +0000 Subject: [PATCH] ci(bump): bump chat image version for alpha to snapshot-dba2fa0 --- freeleaps/helm-pkg/chat/values.alpha.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index eb8ddc0c..c91921f2 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -10,7 +10,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-6208083 + tag: snapshot-dba2fa0 imagePullPolicy: IfNotPresent ports: - name: http @@ -18,10 +18,10 @@ chat: protocol: TCP resources: requests: - cpu: '100m' + cpu: 100m memory: 64Mi limits: - cpu: '200m' + cpu: 200m memory: 128Mi probes: readiness: @@ -98,6 +98,6 @@ chat: freeleapsEnv: alpha certPath: '' redisUrl: redis://:4sTqfZvUwR@freeleaps-alpha-redis-headless.freeleaps-alpha.svc.freeleaps.cluster:6379/0 - redisIsCluster: "false" - metricsEnabled: "false" - probesEnabled: "true" + redisIsCluster: 'false' + metricsEnabled: 'false' + probesEnabled: 'true'