ci(manifests): update imagePullSecrets and specify versioned tags for backend and frontend

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2024-12-30 17:46:45 +08:00
parent b1422e2913
commit adcaef0156

View File

@ -1,4 +1,5 @@
imagePullSecrets: [] imagePullSecrets:
- name: docker-secret
backend: backend:
enabled: true enabled: true
name: magicleaps-backend name: magicleaps-backend
@ -6,7 +7,7 @@ backend:
repository: docker.io/magicleaps repository: docker.io/magicleaps
name: magicleaps name: magicleaps
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tag: "latest" tag: "backend-snapshot-5e9dea2-linux-amd64"
extraEnv: {} extraEnv: {}
port: 8081 port: 8081
ingress: ingress:
@ -50,7 +51,7 @@ frontend:
repository: docker.io/magicleaps repository: docker.io/magicleaps
name: magicleaps name: magicleaps
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tag: "latest" tag: "frontend-snapshot-5e9dea2-linux-amd64"
extraEnv: {} extraEnv: {}
port: 80 port: 80
ingress: ingress: