feat(hydra-sql): update hydra-sql dev image ref
This commit is contained in:
parent
8b02e8a875
commit
567dbdacb2
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: hydra-sql-fpm
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:0.0.1
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.11-develop.1450.cc03fd8
|
||||
imagePullPolicy: Always
|
||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||
readinessProbe:
|
||||
|
@ -54,7 +54,7 @@ spec:
|
|||
subPath: "sql_login.yaml"
|
||||
|
||||
- name: hydra-sql-nginx
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:0.0.1
|
||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2023.12.11-develop.1450.cc03fd8
|
||||
imagePullPolicy: Always
|
||||
args: ["/usr/sbin/nginx"]
|
||||
readinessProbe:
|
||||
|
|
Loading…
Reference in New Issue