ci: update k8s manifests before v0.27.0 release

Set image to `v0.27.0`
This commit is contained in:
Denis Mishin 2024-09-09 14:46:46 -04:00 committed by GitHub
parent dad954ae16
commit 1e44d7d18e
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