Skip to content

Commit 5ae8ad9

Browse files
authored
maybe fix v0.32 (#1325)
## Summary I forgot to update the image tags when I released v0.32.1. ## Related issues <!-- For example... Fixes #159 --> ## Checklist - [ ] reference any related issues - [ ] updated docs - [ ] updated unit tests - [ ] updated UPGRADING.md - [ ] add appropriate tag (`improvement` / `bug` / etc) - [ ] ready for review
1 parent b6ed91a commit 5ae8ad9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/clustered-databroker/statefulset/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ spec:
77
spec:
88
containers:
99
- name: pomerium
10-
image: pomerium/ingress-controller:v0.32.0
10+
image: pomerium/ingress-controller:v0.32.2
1111
imagePullPolicy: IfNotPresent

config/pomerium/deployment/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
- name: pomerium
11-
image: pomerium/ingress-controller:v0.32.0
11+
image: pomerium/ingress-controller:v0.32.2
1212
imagePullPolicy: IfNotPresent

deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ spec:
10041004
valueFrom:
10051005
fieldRef:
10061006
fieldPath: status.podIP
1007-
image: pomerium/ingress-controller:v0.32.0
1007+
image: pomerium/ingress-controller:v0.32.2
10081008
imagePullPolicy: IfNotPresent
10091009
livenessProbe:
10101010
failureThreshold: 10

0 commit comments

Comments
 (0)