ci(bump): bump chat image version for prod to 1.9.2

This commit is contained in:
freeleaps-gitops-bot 2025-08-27 04:42:06 +00:00
parent deb98476ce
commit 9a399a32b0

View File

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