From 26f9bed8c148740bc9ff15ebefdd36abf9d93c6f Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Thu, 7 Aug 2025 00:59:24 +0000 Subject: [PATCH] ci(bump): bump authentication image version for prod to 1.3.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 d3bc6ca8..b9f21a15 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -13,7 +13,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-40e0faf + tag: 1.3.0 imagePullPolicy: IfNotPresent ports: - name: http @@ -85,5 +85,5 @@ authentication: cpu: 200m memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory