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 17
17
VERSION ?= ` cat $( PWD) /VERSION `
18
18
# Default bundle image tag
19
19
BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION )
20
- CERT_MANAGER_VERSION ?= v1.11.0
20
+ CERT_MANAGER_VERSION ?= v1.15.1
21
21
ENABLE_WEBHOOKS ?= true
22
22
ENABLE_WEBHOOK_HTTP2 ?= false
23
23
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
81
81
| ---| ---| ---|
82
82
| ` IMG ` | Image used for controller (run makefile, if ` IMG ` is updated) | ` quay.io/devfile/registry-operator:next ` |
83
83
| ` 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 ` |
85
85
| ` ENABLE_WEBHOOKS ` | If ` false ` , disables operator webhooks | ` true ` |
86
86
| ` ENABLE_WEBHOOK_HTTP2 ` | Overrides webhook HTTP server deployment to use http/2 if set to ` true ` , ** not recommended** | ` false ` |
87
87
| ` BUNDLE_CHANNELS ` | Sets the list channel(s) include bundle build under | ` alpha ` |
You can’t perform that action at this time.
0 commit comments