From fb1058bb7efb561c1636ad270b80c61d8fa60158 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Thu, 6 Mar 2025 07:41:03 +0000 Subject: [PATCH] ci(bump): bump authentication image version for prod to 1.0.0 --- freeleaps/helm-pkg/authentication/values.prod.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 88cfd2fa..ee2d6a18 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -8,7 +8,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: latest + tag: 1.0.0 imagePullPolicy: IfNotPresent ports: - name: http @@ -16,10 +16,10 @@ authentication: protocol: TCP resources: requests: - cpu: '100m' + cpu: 100m memory: 128Mi limits: - cpu: '200m' + cpu: 200m memory: 256Mi probes: {} services: