Skip to content

Commit

Permalink
Merge pull request #4935 from damdo/bump-cert-manager
Browse files Browse the repository at this point in the history
🌱 Bump cert-manager to v1.14.4 to align with CAPI
  • Loading branch information
k8s-ci-robot authored Apr 19, 2024
2 parents 4b79818 + 04b7272 commit 85a3d6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions test/e2e/data/e2e_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ images:
## PLEASE KEEP THESE UP TO DATE WITH THE COMPONENTS

# Cluster API v1beta1 Preloads
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
- name: quay.io/jetstack/cert-manager-cainjector:v1.14.4
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
- name: quay.io/jetstack/cert-manager-webhook:v1.14.4
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
- name: quay.io/jetstack/cert-manager-controller:v1.14.4
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.0
loadBehavior: tryLoad
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/data/e2e_eks_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ images:
loadBehavior: mustLoad

## PLEASE KEEP THESE UP TO DATE WITH THE COMPONENTS
- name: quay.io/jetstack/cert-manager-cainjector:v1.12.2
- name: quay.io/jetstack/cert-manager-cainjector:v1.14.4
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-webhook:v1.12.2
- name: quay.io/jetstack/cert-manager-webhook:v1.14.4
loadBehavior: tryLoad
- name: quay.io/jetstack/cert-manager-controller:v1.12.2
- name: quay.io/jetstack/cert-manager-controller:v1.14.4
loadBehavior: tryLoad
- name: registry.k8s.io/cluster-api/cluster-api-controller:v1.7.0
loadBehavior: tryLoad
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

MDBOOK_VERSION := v0.4.5
PLANTUML_VERSION := 1.2020.16
CERT_MANAGER_VERSION := v1.12.2
CERT_MANAGER_VERSION := v1.14.4
CAPI_VERSION := v1.7.0
KPROMO_VERSION := v4.0.4
YQ_VERSION := v4.25.2
Expand Down

0 comments on commit 85a3d6f

Please sign in to comment.