ci: update k8s manifests before v0.27.0 release (#5270)

Set image to `v0.27.0`
This commit is contained in:
Denis Mishin 2024-09-10 10:01:11 -04:00 committed by GitHub
parent 653d8f9594
commit bf30770c08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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