Skip to content

Commit 85a3d6f

Browse files
authored
Merge pull request #4935 from damdo/bump-cert-manager
🌱 Bump cert-manager to v1.14.4 to align with CAPI
2 parents 4b79818 + 04b7272 commit 85a3d6f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

test/e2e/data/e2e_conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ images:
2020
## PLEASE KEEP THESE UP TO DATE WITH THE COMPONENTS
2121

2222
# Cluster API v1beta1 Preloads
23-
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
23+
- name: quay.io/jetstack/cert-manager-cainjector:v1.14.4
2424
loadBehavior: tryLoad
25-
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
25+
- name: quay.io/jetstack/cert-manager-webhook:v1.14.4
2626
loadBehavior: tryLoad
27-
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
27+
- name: quay.io/jetstack/cert-manager-controller:v1.14.4
2828
loadBehavior: tryLoad
2929
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.0
3030
loadBehavior: tryLoad

test/e2e/data/e2e_eks_conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ images:
1717
loadBehavior: mustLoad
1818

1919
## PLEASE KEEP THESE UP TO DATE WITH THE COMPONENTS
20-
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
20+
- name: quay.io/jetstack/cert-manager-cainjector:v1.14.4
2121
loadBehavior: tryLoad
22-
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
22+
- name: quay.io/jetstack/cert-manager-webhook:v1.14.4
2323
loadBehavior: tryLoad
24-
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
24+
- name: quay.io/jetstack/cert-manager-controller:v1.14.4
2525
loadBehavior: tryLoad
2626
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.0
2727
loadBehavior: tryLoad

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
MDBOOK_VERSION := v0.4.5
1616
PLANTUML_VERSION := 1.2020.16
17-
CERT_MANAGER_VERSION := v1.12.2
17+
CERT_MANAGER_VERSION := v1.14.4
1818
CAPI_VERSION := v1.7.0
1919
KPROMO_VERSION := v4.0.4
2020
YQ_VERSION := v4.25.2

0 commit comments

Comments
 (0)