From b048c088c1c3b77cc1a1da407267bd588d4b4142 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Thu, 7 Aug 2025 01:17:38 +0000 Subject: [PATCH] ci(bump): bump notification image version for prod to snapshot-bbfc1ba --- .../helm-pkg/notification/values.prod.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index 1a0399e7..b8d45120 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -13,7 +13,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-40e0faf + tag: snapshot-bbfc1ba imagePullPolicy: IfNotPresent ports: - name: http @@ -74,24 +74,24 @@ notification: rabbitmqUsername: user rabbitmqPassword: D3b0HKz71T0OcYF8 rabbitmqVritualHost: / - systemUserId: 117f191e810c19729de860aa - smsFrom: '+16898887156' + systemUserId: 117f191e810c19729de860aa + smsFrom: '+16898887156' emailFrom: freeleaps@freeleaps.com - secretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0 - sendgridApiKey: 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 - twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8 - twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e + secretKey: ea84edf152976b2fcec12b78aa8e45bc26a5cf0ef61bf16f5c317ae33b3fd8b0 + sendgridApiKey: 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 + twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8 + twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e metricsEnabled: 'true' probesEnabled: 'true' vpa: minAllowed: enabled: true - cpu: "50m" - memory: "64Mi" + cpu: 50m + memory: 64Mi maxAllowed: enabled: true - cpu: "200m" - memory: "128Mi" + cpu: 200m + memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory