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'