ci(manifests): update imagePullSecrets and specify versioned tags for backend and frontend
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
b1422e2913
commit
adcaef0156
@ -1,4 +1,5 @@
|
||||
imagePullSecrets: []
|
||||
imagePullSecrets:
|
||||
- name: docker-secret
|
||||
backend:
|
||||
enabled: true
|
||||
name: magicleaps-backend
|
||||
@ -6,7 +7,7 @@ backend:
|
||||
repository: docker.io/magicleaps
|
||||
name: magicleaps
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
tag: "backend-snapshot-5e9dea2-linux-amd64"
|
||||
extraEnv: {}
|
||||
port: 8081
|
||||
ingress:
|
||||
@ -50,7 +51,7 @@ frontend:
|
||||
repository: docker.io/magicleaps
|
||||
name: magicleaps
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: "latest"
|
||||
tag: "frontend-snapshot-5e9dea2-linux-amd64"
|
||||
extraEnv: {}
|
||||
port: 80
|
||||
ingress:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user