ci(bump): bump payment image version for prod to 1.0.0

This commit is contained in:
freeleaps-gitops-bot 2025-03-06 18:30:51 +00:00
parent fd8e6c0171
commit 606b1e35dd

View File

@ -8,7 +8,7 @@ payment:
registry: docker.io
repository: null
name: payment
tag: latest
tag: 1.0.0
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -16,10 +16,10 @@ payment:
protocol: TCP
resources:
requests:
cpu: '100m'
cpu: 100m
memory: 128Mi
limits:
cpu: '200m'
cpu: 200m
memory: 256Mi
probes: {}
services: