ci(bot-auto-bump): bump magicleaps image tags for alpha to snapshot-d586405-linux-amd64

This commit is contained in:
zhenyus 2024-12-30 10:24:43 +00:00
parent ed9254bbba
commit 19c987be7d

View File

@ -1,5 +1,5 @@
imagePullSecrets: imagePullSecrets:
- name: docker-secret - name: docker-secret
backend: backend:
enabled: true enabled: true
name: magicleaps-backend name: magicleaps-backend
@ -7,7 +7,7 @@ backend:
repository: docker.io/zhenyus repository: docker.io/zhenyus
name: magicleaps name: magicleaps
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tag: "backend-snapshot-5e9dea2-linux-amd64" tag: backend-snapshot-d586405-linux-amd64
extraEnv: {} extraEnv: {}
port: 8081 port: 8081
ingress: ingress:
@ -31,19 +31,17 @@ backend:
config: config:
mongo: mongo:
db: magicleaps_alpha db: magicleaps_alpha
host: 'mongo-mongodb.magicleaps-alpha.svc.cluster.local' host: mongo-mongodb.magicleaps-alpha.svc.cluster.local
port: 27017 port: 27017
email: email:
user: 'your@freeleaps.com' user: your@freeleaps.com
password: 'your-password' password: your-password
superAdmin: 'your@email.com' superAdmin: your@email.com
twilio: twilio:
accountSid: '' accountSid: ''
authToken: '' authToken: ''
log: log:
level: 'INFO' level: INFO
frontend: frontend:
enabled: true enabled: true
name: magicleaps-frontend name: magicleaps-frontend
@ -51,12 +49,12 @@ frontend:
repository: docker.io/zhenyus repository: docker.io/zhenyus
name: magicleaps name: magicleaps
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tag: "frontend-snapshot-5e9dea2-linux-amd64" tag: frontend-snapshot-d586405-linux-amd64
extraEnv: {} extraEnv: {}
port: 80 port: 80
ingress: ingress:
annotations: {} annotations: {}
host: 'magicleaps-alpha.wearelsp.com' host: magicleaps-alpha.wearelsp.com
nodeSelector: {} nodeSelector: {}
affinity: {} affinity: {}
replicaCount: 1 replicaCount: 1
@ -71,4 +69,4 @@ frontend:
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: 80 port: 80