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