zero: set k8s deployment to follow :latest tag (#5313)

This commit is contained in:
Kenneth Jenkins 2024-10-03 11:39:55 -07:00 committed by GitHub
parent 01d375f0bc
commit 5679589014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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