File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717VERSION ?= ` cat $( PWD) /VERSION `
1818# Default bundle image tag
1919BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION )
20- CERT_MANAGER_VERSION ?= v1.11.0
20+ CERT_MANAGER_VERSION ?= v1.15.1
2121ENABLE_WEBHOOKS ?= true
2222ENABLE_WEBHOOK_HTTP2 ?= false
2323
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ The repository contains a Makefile; building and deploying can be configured via
8181| ---| ---| ---|
8282| ` IMG ` | Image used for controller (run makefile, if ` IMG ` is updated) | ` quay.io/devfile/registry-operator:next ` |
8383| ` BUNDLE_IMG ` | Image used for bundle OLM package | ` quay.io/devfile/registry-operator-bundle:<latest_version> ` |
84- | ` CERT_MANAGER_VERSION ` | Version of ` cert-manager ` installed using ` make install-cert ` | ` v1.11.0 ` |
84+ | ` CERT_MANAGER_VERSION ` | Version of ` cert-manager ` installed using ` make install-cert ` | ` v1.15.1 ` |
8585| ` ENABLE_WEBHOOKS ` | If ` false ` , disables operator webhooks | ` true ` |
8686| ` ENABLE_WEBHOOK_HTTP2 ` | Overrides webhook HTTP server deployment to use http/2 if set to ` true ` , ** not recommended** | ` false ` |
8787| ` BUNDLE_CHANNELS ` | Sets the list channel(s) include bundle build under | ` alpha ` |
You can’t perform that action at this time.
0 commit comments