Skip to content

Commit

Permalink
Bump cert-manager version to v1.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedosin committed May 13, 2024
1 parent 2e244f4 commit 26bde5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CONTROLLER_IMG_TAG ?= $(CONTROLLER_IMG)-$(ARCH):$(TAG)
LDFLAGS := $(shell $(ROOT)/hack/version.sh)

# Default cert-manager version
CERT_MANAGER_VERSION ?= v1.13.2
CERT_MANAGER_VERSION ?= v1.14.5

# E2E configuration
GINKGO_NOCOLOR ?= false
Expand Down
2 changes: 1 addition & 1 deletion hack/cert-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CERT_MANAGER_VERSION=v1.13.2
CERT_MANAGER_VERSION=v1.14.5
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/${CERT_MANAGER_VERSION}/cert-manager.yaml

0 comments on commit 26bde5e

Please sign in to comment.