ci(bump): bump authentication image version for alpha to snapshot-4dfbab4

This commit is contained in:
freeleaps-gitops-bot 2025-03-21 17:16:22 +00:00
parent 31fca018d6
commit 1d41f1ba50

View File

@ -10,7 +10,7 @@ authentication:
registry: docker.io
repository: null
name: authentication
tag: snapshot-9b42dbf
tag: snapshot-4dfbab4
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -18,10 +18,10 @@ authentication:
protocol: TCP
resources:
requests:
cpu: '50m'
cpu: 50m
memory: 64Mi
limits:
cpu: '200m'
cpu: 200m
memory: 128Mi
probes:
readiness:
@ -82,5 +82,5 @@ authentication:
mongodbName: freeleaps2
mongodbPort: 27017
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
metricsEnabled: "false"
probesEnabled: "true"
metricsEnabled: 'false'
probesEnabled: 'true'