ci(bump): bump chat image version for alpha to snapshot-79f5d26

This commit is contained in:
freeleaps-gitops-bot 2025-08-26 02:10:32 +00:00
parent 90c9ebf91a
commit 4cb642cb8b

View File

@ -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