From 7050d2ece7c46235f4e0112b9b3a6f8a7c8f9f97 Mon Sep 17 00:00:00 2001 From: Horiodino Date: Sat, 10 Aug 2024 22:09:02 +0530 Subject: [PATCH] Updated cert-manager version v1.11.0---> v1.15.1 Signed-off-by: Horiodino --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e40ec5b..c3f45b7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VERSION ?= `cat $(PWD)/VERSION` # Default bundle image tag BUNDLE_IMG ?= quay.io/devfile/registry-operator-bundle:v$(VERSION) -CERT_MANAGER_VERSION ?= v1.11.0 +CERT_MANAGER_VERSION ?= v1.15.1 ENABLE_WEBHOOKS ?= true ENABLE_WEBHOOK_HTTP2 ?= false diff --git a/README.md b/README.md index 3bb9d32..3ab31cb 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The repository contains a Makefile; building and deploying can be configured via |---|---|---| | `IMG` | Image used for controller (run makefile, if `IMG` is updated) | `quay.io/devfile/registry-operator:next` | | `BUNDLE_IMG` | Image used for bundle OLM package | `quay.io/devfile/registry-operator-bundle:` | -| `CERT_MANAGER_VERSION` | Version of `cert-manager` installed using `make install-cert` | `v1.11.0` | +| `CERT_MANAGER_VERSION` | Version of `cert-manager` installed using `make install-cert` | `v1.15.1` | | `ENABLE_WEBHOOKS` | If `false`, disables operator webhooks | `true` | | `ENABLE_WEBHOOK_HTTP2` | Overrides webhook HTTP server deployment to use http/2 if set to `true`, **not recommended** | `false` | | `BUNDLE_CHANNELS` | Sets the list channel(s) include bundle build under | `alpha` |