From 900fd72d648f925b998c22a3a774bc6716df53fd Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 21 Mar 2025 17:21:12 +0000 Subject: [PATCH] ci(bump): bump centralStorage image version for alpha to snapshot-4dfbab4 --- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index 4bcefcf6..137b6675 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -10,7 +10,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-da584b8 + tag: snapshot-4dfbab4 imagePullPolicy: IfNotPresent ports: - name: http @@ -18,12 +18,12 @@ centralStorage: protocol: TCP resources: requests: - cpu: '50m' + cpu: 50m memory: 64Mi limits: - cpu: '200m' + cpu: 200m memory: 128Mi - probes: + probes: readiness: type: httpGet config: @@ -80,5 +80,5 @@ centralStorage: mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/ azureStorageDocumentApiKey: xbiFtFeQ6v5dozgVM99fZ9huUomL7QcLu6s0y8zYHtIXZ8XdneKDMcg4liQr/9oNlVoRFcZhWjLY+ASt9cjICQ== azureStorageDocumentApiEndpoint: https://freeleaps1document.blob.core.windows.net/ - metricsEnabled: "false" - probesEnabled: "true" + metricsEnabled: 'false' + probesEnabled: 'true'