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
2121IMG := $(IMAGE_REPO ) :$(IMAGE_TAG )
2222
2323# 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
2525export CATALOGD_VERSION := $(shell go list -mod=mod -m -f "{{.Version}}" github.com/operator-framework/catalogd)
2626export WAIT_TIMEOUT := 60s
2727
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/onsi/ginkgo/v2 v2.20.2
1515 github.com/onsi/gomega v1.34.2
1616 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
1818 github.com/operator-framework/helm-operator-plugins v0.5.0
1919 github.com/operator-framework/operator-registry v1.46.0
2020 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
518518github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 /go.mod h1:EmVJt97N+pfWFsli/ipXTBZqSG5F5KGQhm3c3IsGq1o =
519519github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI =
520520github.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 =
523523github.com/operator-framework/helm-operator-plugins v0.5.0 h1:qph2OoECcI9mpuUBtOsWOMgvpx52mPTTSvzVxICsT04 =
524524github.com/operator-framework/helm-operator-plugins v0.5.0 /go.mod h1:yVncrZ/FJNqedMil+055fk6sw8aMKRrget/AqGM0ig0 =
525525github.com/operator-framework/operator-lib v0.15.0 h1:0QeRM4PMtThqINpcFGCEBnIV3Z8u7/8fYLEx6mUtdcM =
You can’t perform that action at this time.
0 commit comments