From cdbfce6f56745c84936d8eb0d3b7ca1d06a068e0 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 26 Aug 2025 03:51:45 +0000 Subject: [PATCH] ci(bump): bump authentication image version for alpha to snapshot-c406f6d --- .../helm-pkg/authentication/values.alpha.yaml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index fa964ce6..e63682bf 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-6e43296 + tag: snapshot-c406f6d imagePullPolicy: IfNotPresent ports: - name: http @@ -88,22 +88,22 @@ authentication: metricsEnabled: 'false' probesEnabled: 'true' secrets: - secretStoreRef: - kind: FreeleapsSecretStore - name: freeleaps-main-secret-store - target: - name: "freeleaps-authentication-secrets" - creationPolicy: "Owner" - refreshInterval: 30s - data: - - key: jwtSecretKey - remoteRef: - key: "freeleaps-alpha-jwt-secret-key" - type: Secret - - key: mongodbUri - remoteRef: - key: "freeleaps-alpha-mongodb-uri" - type: Secret + secretStoreRef: + kind: FreeleapsSecretStore + name: freeleaps-main-secret-store + target: + name: freeleaps-authentication-secrets + creationPolicy: Owner + refreshInterval: 30s + data: + - key: jwtSecretKey + remoteRef: + key: freeleaps-alpha-jwt-secret-key + type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-alpha-mongodb-uri + type: Secret vpa: minAllowed: enabled: false