set correct tag for hydra-oidc
This commit is contained in:
parent
7d18b9ce7c
commit
2f5abafc1e
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: hydra-oidc-php-fpm
|
||||
image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1
|
||||
image: reg.cadoles.com/cadoles/hydra-oidc-base:0.0.1
|
||||
imagePullPolicy: Always
|
||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
||||
env:
|
||||
|
@ -33,7 +33,7 @@ spec:
|
|||
name: hydra-oidc-env
|
||||
resources: {}
|
||||
|
||||
- image: reg.cadoles.com/cadoles/hydra-oidc-kube:0.0.1
|
||||
- image: reg.cadoles.com/cadoles/hydra-oidc-base:0.0.1
|
||||
imagePullPolicy: Always
|
||||
name: hydra-oidc-nginx
|
||||
args: ["/usr/sbin/nginx"]
|
||||
|
|
Loading…
Reference in New Issue