diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index a148f676..91e2c5e4 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -19,7 +19,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-7e1df4f + tag: 1.9.2 imagePullPolicy: Always ports: - name: http @@ -97,38 +97,38 @@ chat: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-chat-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-chat-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: jwtSecretKey - remoteRef: - key: "freeleaps-prod-jwt-secret-key" - type: Secret - - key: stripeApiKey - remoteRef: - key: "freeleaps-prod-stripe-api-key" - type: Secret - - key: stripeWebhookSecret - remoteRef: - key: "freeleaps-prod-stripe-webhook-secret" - type: Secret - - key: stripeAccountWebhookSecret - remoteRef: - key: "freeleaps-prod-stripe-account-webhook-secret" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret - - key: redisUrl - remoteRef: - key: "freeleaps-prod-redis-url" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: jwtSecretKey + remoteRef: + key: freeleaps-prod-jwt-secret-key + type: Secret + - key: stripeApiKey + remoteRef: + key: freeleaps-prod-stripe-api-key + type: Secret + - key: stripeWebhookSecret + remoteRef: + key: freeleaps-prod-stripe-webhook-secret + type: Secret + - key: stripeAccountWebhookSecret + remoteRef: + key: freeleaps-prod-stripe-account-webhook-secret + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret + - key: redisUrl + remoteRef: + key: freeleaps-prod-redis-url + type: Secret vpa: minAllowed: enabled: true