Skip to content

Commit

Permalink
ci: set core to v0.26.1, set deployment tags (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjenkins committed Jul 1, 2024
1 parent c7bd482 commit 322066d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 83 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:v0.26.0
image: pomerium/ingress-controller:v0.26.1
imagePullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:v0.26.0
image: pomerium/ingress-controller:v0.26.1
imagePullPolicy: IfNotPresent
name: pomerium
ports:
Expand Down
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/iancoleman/strcase v0.3.0
github.com/martinlindhe/base36 v1.1.1
github.com/open-policy-agent/opa v0.64.1
github.com/pomerium/pomerium v0.26.0
github.com/pomerium/pomerium v0.26.1
github.com/rs/zerolog v1.32.0
github.com/sergi/go-diff v1.3.1
github.com/spf13/cobra v1.8.0
Expand Down Expand Up @@ -112,7 +112,7 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-tpm v0.3.3 // indirect
github.com/google/go-tpm v0.9.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
Expand Down Expand Up @@ -156,7 +156,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pomerium/csrf v1.7.0 // indirect
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_golang v1.19.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
Expand Down Expand Up @@ -214,7 +214,6 @@ require (
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/component-base v0.30.0 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
Expand Down
Loading

0 comments on commit 322066d

Please sign in to comment.