diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 842728ab..7020f3f7 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-8e2caa8 + tag: snapshot-79f5d26 imagePullPolicy: IfNotPresent ports: - name: http @@ -106,38 +106,38 @@ chat: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-chat-alpha-secrets" - creationPolicy: "Owner" + name: freeleaps-chat-alpha-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-alpha-mongodb-uri" - type: Secret - - key: jwtSecretKey - remoteRef: - key: "freeleaps-alpha-jwt-secret-key" - type: Secret - - key: stripeApiKey - remoteRef: - key: "freeleaps-alpha-stripe-api-key" - type: Secret - - key: stripeWebhookSecret - remoteRef: - key: "freeleaps-alpha-stripe-webhook-secret" - type: Secret - - key: stripeAccountWebhookSecret - remoteRef: - key: "freeleaps-alpha-stripe-account-webhook-secret" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-alpha-rabbitmq-password" - type: Secret - - key: redisUrl - remoteRef: - key: "freeleaps-alpha-redis-url" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-alpha-mongodb-uri + type: Secret + - key: jwtSecretKey + remoteRef: + key: freeleaps-alpha-jwt-secret-key + type: Secret + - key: stripeApiKey + remoteRef: + key: freeleaps-alpha-stripe-api-key + type: Secret + - key: stripeWebhookSecret + remoteRef: + key: freeleaps-alpha-stripe-webhook-secret + type: Secret + - key: stripeAccountWebhookSecret + remoteRef: + key: freeleaps-alpha-stripe-account-webhook-secret + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-alpha-rabbitmq-password + type: Secret + - key: redisUrl + remoteRef: + key: freeleaps-alpha-redis-url + type: Secret vpa: minAllowed: enabled: false