Skip to content

Commit 36e9de6

Browse files
authored
set core to v0.30.4, update image tag (#1211)
## Summary - set core to v0.30.4 - update docker image tag ## 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 6a2604b commit 36e9de6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

config/pomerium/deployment/image.yaml

Lines changed: 2 additions & 2 deletions
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.30.3
12-
imagePullPolicy: Always
11+
image: pomerium/ingress-controller:v0.30.4
12+
imagePullPolicy: IfNotPresent

deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ spec:
933933
valueFrom:
934934
fieldRef:
935935
fieldPath: status.podIP
936-
image: pomerium/ingress-controller:v0.30.3
937-
imagePullPolicy: Always
936+
image: pomerium/ingress-controller:v0.30.4
937+
imagePullPolicy: IfNotPresent
938938
name: pomerium
939939
ports:
940940
- containerPort: 8443

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/martinlindhe/base36 v1.1.1
1818
github.com/open-policy-agent/opa v1.6.0
1919
github.com/pomerium/csrf v1.7.0
20-
github.com/pomerium/pomerium v0.30.3
20+
github.com/pomerium/pomerium v0.30.4
2121
github.com/rs/zerolog v1.34.0
2222
github.com/sergi/go-diff v1.4.0
2323
github.com/spf13/cobra v1.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 h1:3YQY1sb5
598598
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524/go.mod h1:7fGbUYJnU8RcxZJvUvhukOIBv1G7LWDAHMfDxAf5+Y0=
599599
github.com/pomerium/envoy-custom v1.34.1-rc2.0.20250625214310-c029d58dae62 h1:H0UYd/lI+U/+TZC3vZ+6jeSCuaNiAc67GBhZuXbfEVw=
600600
github.com/pomerium/envoy-custom v1.34.1-rc2.0.20250625214310-c029d58dae62/go.mod h1:+wpbZvum83bq/OD4cp9/8IZiMV6boBkwDhlFPLOoWoI=
601-
github.com/pomerium/pomerium v0.30.3 h1:VuCTa81n8cXkFX5lH0y6+94nyN2MgpNZQNNwTujcdfY=
602-
github.com/pomerium/pomerium v0.30.3/go.mod h1:ByyYIMKnlZEh2StXmTNVXstjqGezqbrqIn8w4jOkVr4=
601+
github.com/pomerium/pomerium v0.30.4 h1:Z+hCEnZ170pS7zwDpEZB15ktiibyvm9nzONj2ul/gWs=
602+
github.com/pomerium/pomerium v0.30.4/go.mod h1:ByyYIMKnlZEh2StXmTNVXstjqGezqbrqIn8w4jOkVr4=
603603
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 h1:NRTg8JOXCxcIA1lAgD74iYud0rbshbWOB3Ou4+Huil8=
604604
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46/go.mod h1:QqZmx6ZgPxz18va7kqoT4t/0yJtP7YFIDiT/W2n2fZ4=
605605
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 h1:TqoPqRgXSHpn+tEJq6H72iCS5pv66j3rPprThUEZg0E=

0 commit comments

Comments
 (0)