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

This commit is contained in:
freeleaps-gitops-bot 2025-03-06 18:23:43 +00:00
parent 0fa3d590f7
commit fd8e6c0171

View File

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