Skip to content

Commit

Permalink
fix: code after dependency bump
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Jan 16, 2024
1 parent b592a27 commit faa9f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/openshift/custom-resource-status v1.1.2
github.com/openshift/library-go v0.0.0-20231129101644-c7f15dcc10f5 // release-4.15
github.com/operator-framework/api v0.21.0
github.com/operator-framework/operator-lib v0.12.0 // TODO: Use v0.12.0 when it's released
github.com/operator-framework/operator-lib v0.12.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.0
github.com/prometheus/client_golang v1.18.0
github.com/prometheus/client_model v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion tests/monitoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ var _ = Describe("Prometheus Alerts", func() {
AccessModes: []core.PersistentVolumeAccessMode{
core.ReadWriteOnce,
},
Resources: core.ResourceRequirements{
Resources: core.VolumeResourceRequirements{
Requests: core.ResourceList{
core.ResourceStorage: resource.MustParse("1Gi"),
},
Expand Down

0 comments on commit faa9f7f

Please sign in to comment.