zero: set main deployment to follow :latest

This commit is contained in:
Kenneth Jenkins 2024-09-30 14:50:48 -07:00
parent c011957389
commit 23071a6908

View file

@ -8,5 +8,5 @@ spec:
spec:
containers:
- name: pomerium
image: pomerium/pomerium:v0.27.0
imagePullPolicy: IfNotPresent
image: pomerium/pomerium:latest
imagePullPolicy: Always