Skip to content

Commit

Permalink
cert-manager v1.14.1-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Feb 7, 2024
1 parent 46d139e commit 1be36c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ SHELL := bash
.SUFFIXES:
.ONESHELL:

CERT_MANAGER_VERSION ?= 1.13.3
CERT_MANAGER_VERSION ?= 1.14.1
# Decoupled the BUNDLE_VERSION from the CERT_MANAGER_VERSION so that I can do a
# patch release containing the fix for:
# https://github.com/cert-manager/cert-manager/issues/5551
export BUNDLE_VERSION ?= 1.13.3
export BUNDLE_VERSION ?= 1.14.1-rc1
# DO NOT PUBLISH PRE-RELEASES TO THE STABLE CHANNEL!
# For stable releases use: `candidate stable`.
# For pre-releases use: `candidate`.
BUNDLE_CHANNELS ?= candidate stable
BUNDLE_CHANNELS ?= candidate
STABLE_CHANNEL ?= stable
CATALOG_VERSION ?= $(shell git describe --tags --always --dirty)
OPERATORHUB_CATALOG_IMAGE ?= quay.io/operatorhubio/catalog:latest
Expand Down

0 comments on commit 1be36c0

Please sign in to comment.