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

This commit is contained in:
freeleaps-gitops-bot 2025-07-03 22:59:43 +00:00
parent 47763386f1
commit ff26a2cec6

View File

@ -13,7 +13,7 @@ freeleaps:
registry: docker.io
repository: null
name: backend
tag: snapshot-3f0362e
tag: 1.6.0
imagePullPolicy: Always
ports:
- name: http
@ -27,27 +27,6 @@ freeleaps:
cpu: 500m
memory: 512Mi
probes: {}
# readiness:
# type: httpGet
# config:
# path: /api/_/readyz
# port: 8001
# initialDelaySeconds: 30
# periodSeconds: 30
# timeoutSeconds: 120
# successThreshold: 1
# failureThreshold: 15
# liveness:
# type: httpGet
# config:
# path: /api/_/livez
# port: 8001
# initialDelaySeconds: 30
# periodSeconds: 30
# timeoutSeconds: 120
# successThreshold: 1
# failureThreshold: 15
# terminationGracePeriodSeconds: 30
services:
- name: freeleaps-service
type: ClusterIP