ci(bot-auto-bump): bump magicleaps image tags for alpha to snapshot-d586405-linux-amd64
This commit is contained in:
parent
ed9254bbba
commit
19c987be7d
@ -1,5 +1,5 @@
|
||||
imagePullSecrets:
|
||||
- name: docker-secret
|
||||
imagePullSecrets:
|
||||
- name: docker-secret
|
||||
backend:
|
||||
enabled: true
|
||||
name: magicleaps-backend
|
||||
@ -7,7 +7,7 @@ backend:
|
||||
repository: docker.io/zhenyus
|
||||
name: magicleaps
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: "backend-snapshot-5e9dea2-linux-amd64"
|
||||
tag: backend-snapshot-d586405-linux-amd64
|
||||
extraEnv: {}
|
||||
port: 8081
|
||||
ingress:
|
||||
@ -31,19 +31,17 @@ backend:
|
||||
config:
|
||||
mongo:
|
||||
db: magicleaps_alpha
|
||||
host: 'mongo-mongodb.magicleaps-alpha.svc.cluster.local'
|
||||
host: mongo-mongodb.magicleaps-alpha.svc.cluster.local
|
||||
port: 27017
|
||||
email:
|
||||
user: 'your@freeleaps.com'
|
||||
password: 'your-password'
|
||||
superAdmin: 'your@email.com'
|
||||
user: your@freeleaps.com
|
||||
password: your-password
|
||||
superAdmin: your@email.com
|
||||
twilio:
|
||||
accountSid: ''
|
||||
authToken: ''
|
||||
log:
|
||||
level: 'INFO'
|
||||
|
||||
|
||||
level: INFO
|
||||
frontend:
|
||||
enabled: true
|
||||
name: magicleaps-frontend
|
||||
@ -51,12 +49,12 @@ frontend:
|
||||
repository: docker.io/zhenyus
|
||||
name: magicleaps
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: "frontend-snapshot-5e9dea2-linux-amd64"
|
||||
tag: frontend-snapshot-d586405-linux-amd64
|
||||
extraEnv: {}
|
||||
port: 80
|
||||
ingress:
|
||||
annotations: {}
|
||||
host: 'magicleaps-alpha.wearelsp.com'
|
||||
host: magicleaps-alpha.wearelsp.com
|
||||
nodeSelector: {}
|
||||
affinity: {}
|
||||
replicaCount: 1
|
||||
@ -71,4 +69,4 @@ frontend:
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
port: 80
|
||||
|
||||
Loading…
Reference in New Issue
Block a user