From e937aaa092fb22256109931626d0f6f0534a9386 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 18 Apr 2025 04:56:16 +0000 Subject: [PATCH] ci(bump): bump authentication image version for prod to 1.1.1 --- freeleaps/helm-pkg/authentication/values.prod.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 9c5288c7..43ed10c8 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: 1.1.0 + tag: 1.1.1 imagePullPolicy: IfNotPresent ports: - name: http @@ -59,7 +59,7 @@ authentication: release: kube-prometheus-stack namespace: freeleaps-monitoring-system interval: 30s - scrapeTimeout: "" + scrapeTimeout: '' ingresses: {} configs: tz: UTC @@ -73,5 +73,5 @@ authentication: mongodbName: freeleaps2 mongodbPort: 27017 mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority - metricsEnabled: "true" - probesEnabled: "true" + metricsEnabled: 'true' + probesEnabled: 'true'