ci(bump): bump freeleaps image version for prod to 1.1.0

This commit is contained in:
freeleaps-gitops-bot 2025-03-17 20:00:02 +00:00
parent 968a2e74b9
commit b0d64f2895

View File

@ -8,7 +8,7 @@ freeleaps:
registry: docker.io registry: docker.io
repository: null repository: null
name: backend name: backend
tag: 1.0.0 tag: 1.1.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -16,10 +16,10 @@ freeleaps:
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: '300m' cpu: 300m
memory: 128Mi memory: 128Mi
limits: limits:
cpu: '500m' cpu: 500m
memory: 512Mi memory: 512Mi
probes: {} probes: {}
services: services:
@ -56,5 +56,5 @@ freeleaps:
freeleapsAilabEndpoint: '' freeleapsAilabEndpoint: ''
freeleapsEnv: alpha freeleapsEnv: alpha
certPath: '' certPath: ''
redisUrl: "redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0" redisUrl: redis://r6Y@QTb*7BQN@hDGsN@freeleaps-prod-redis-redis-cluster-headless.freeleaps-prod.svc.freeleaps.cluster:6379/0
redisIsCluster: "true" redisIsCluster: 'true'