Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed May 3, 2023
1 parent daa1bdf commit 74f81cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/pomerium/deployment/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
- name: pomerium
image: pomerium/ingress-controller:main
imagePullPolicy: Always
image: pomerium/ingress-controller:sha-daa1bdf
imagePullPolicy: IfNotPresent
4 changes: 2 additions & 2 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:main
imagePullPolicy: Always
image: pomerium/ingress-controller:sha-daa1bdf
imagePullPolicy: IfNotPresent
name: pomerium
ports:
- containerPort: 8443
Expand Down

0 comments on commit 74f81cd

Please sign in to comment.