We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5af903 + 26bde5e commit cc612a3Copy full SHA for cc612a3
Makefile
@@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
140
LDFLAGS := $(shell $(ROOT)/hack/version.sh)
141
142
# Default cert-manager version
143
-CERT_MANAGER_VERSION ?= v1.13.2
+CERT_MANAGER_VERSION ?= v1.14.5
144
145
# E2E configuration
146
GINKGO_NOCOLOR ?= false
hack/cert-manager.sh
@@ -14,5 +14,5 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-CERT_MANAGER_VERSION=v1.13.2
+CERT_MANAGER_VERSION=v1.14.5
18
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml
0 commit comments