From 75d64c5cc06a76d826c71d4849dc7ee94d1c4a9b Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 24 Feb 2025 20:48:38 +0000 Subject: [PATCH] ci(bump): bump chat image version for alpha to snapshot-52c3d53 --- freeleaps/helm-pkg/chat/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 653dd3c6..df0a32ab 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -8,7 +8,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-be5098b + tag: snapshot-52c3d53 imagePullPolicy: IfNotPresent ports: - name: http @@ -16,7 +16,7 @@ chat: protocol: TCP resources: requests: - cpu: '200m' + cpu: 200m memory: 512Mi limits: cpu: '0.5'