File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export IMAGE_TAG
21
21
IMG := $(IMAGE_REPO ) :$(IMAGE_TAG )
22
22
23
23
# Define dependency versions (use go.mod if we also use Go code from dependency)
24
- export CERT_MGR_VERSION := v1.9.0
24
+ export CERT_MGR_VERSION := v1.15.3
25
25
export CATALOGD_VERSION := $(shell go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)
26
26
export WAIT_TIMEOUT := 60s
27
27
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/onsi/ginkgo/v2 v2.20.2
15
15
github.com/onsi/gomega v1.34.2
16
16
github.com/operator-framework/api v0.27.0
17
- github.com/operator-framework/catalogd v0.22 .0
17
+ github.com/operator-framework/catalogd v0.23 .0
18
18
github.com/operator-framework/helm-operator-plugins v0.5.0
19
19
github.com/operator-framework/operator-registry v1.46.0
20
20
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -518,8 +518,8 @@ github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 h1:eT
518
518
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 /go.mod h1:EmVJt97N+pfWFsli/ipXTBZqSG5F5KGQhm3c3IsGq1o =
519
519
github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI =
520
520
github.com/operator-framework/api v0.27.0 /go.mod h1:lg2Xx+S8NQWGYlEOvFwQvH46E5EK5IrAIL7HWfAhciM =
521
- github.com/operator-framework/catalogd v0.22 .0 h1:P03HimAAxMdLLVL4+TYYBE+cFpMNW9jfQbqMfQJ+Hg4 =
522
- github.com/operator-framework/catalogd v0.22 .0 /go.mod h1:uZYW3dpbsvdxD+ScznAeHclubqd5sU6GNDtdqiydBxU =
521
+ github.com/operator-framework/catalogd v0.23 .0 h1:LAuiYuFftCQp6Jvol9pWbyvOY04QP7xH0dcf9ZO9RcE =
522
+ github.com/operator-framework/catalogd v0.23 .0 /go.mod h1:OFG4YhsIctwdi97m2pyrsafjPBgIrXpP6gfK1nNIJjc =
523
523
github.com/operator-framework/helm-operator-plugins v0.5.0 h1:qph2OoECcI9mpuUBtOsWOMgvpx52mPTTSvzVxICsT04 =
524
524
github.com/operator-framework/helm-operator-plugins v0.5.0 /go.mod h1:yVncrZ/FJNqedMil+055fk6sw8aMKRrget/AqGM0ig0 =
525
525
github.com/operator-framework/operator-lib v0.15.0 h1:0QeRM4PMtThqINpcFGCEBnIV3Z8u7/8fYLEx6mUtdcM =
You can’t perform that action at this time.
0 commit comments