Skip to content

Commit

Permalink
bump docker image to match
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Feb 23, 2023
1 parent 545afff commit 893ec93
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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:sha-7886894
image: pomerium/ingress-controller:sha-545afff
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:sha-7886894
image: pomerium/ingress-controller:sha-545afff
imagePullPolicy: IfNotPresent
name: pomerium
ports:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/martinlindhe/base36 v1.1.1
github.com/open-policy-agent/opa v0.49.0
github.com/pomerium/csrf v1.7.0
github.com/pomerium/pomerium v0.21.2-0.20230223153227-1af749e22bc4
github.com/pomerium/pomerium v0.21.2
github.com/sergi/go-diff v1.3.1
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb54tEEbr0L73rjHkpLB0IB6qh3zl1+XQbMLis=
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
github.com/pomerium/pomerium v0.21.2-0.20230223153227-1af749e22bc4 h1:0TxkkN7roRToQYpBDhmTwthFG6L6EvSn3aC5CebOUw0=
github.com/pomerium/pomerium v0.21.2-0.20230223153227-1af749e22bc4/go.mod h1:ohDS94/wO5eGbtIVV9VSzlsIPE2+B7iBjChNZdfm8LU=
github.com/pomerium/pomerium v0.21.2 h1:+YPQ+0zbxrBOvr3klxV9MUgosHmrJDiGMEmo26Fvb7Q=
github.com/pomerium/pomerium v0.21.2/go.mod h1:ohDS94/wO5eGbtIVV9VSzlsIPE2+B7iBjChNZdfm8LU=
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b h1:oll/aOfJudnqFAwCvoXK9+WN2zVjTzHVPLXCggHQmHk=
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b/go.mod h1:KswTenBBh4y1pmhU2dpm8VgJQCgSErCg7OOFTeebrNc=
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
Expand Down

0 comments on commit 893ec93

Please sign in to comment.