mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
zero: set k8s deployment to follow :latest tag (#5313)
This commit is contained in:
parent
01d375f0bc
commit
5679589014
1 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: pomerium
|
||||
image: pomerium/pomerium:v0.27.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: pomerium/pomerium:latest
|
||||
imagePullPolicy: Always
|
||||
|
|
Loading…
Add table
Reference in a new issue