forked from kubeflow/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade cert-manager to 1.12.2 (kubeflow#2488)
* Upgrade cert-manager to 1.12.2 Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com> * Update README Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com> --------- Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
- Loading branch information
Anna
authored
Jul 25, 2023
1 parent
03d562e
commit 5c9f75c
Showing
3 changed files
with
2,925 additions
and
2,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Cert Manager | ||
|
||
## Upgrade Cert Manager Manifests | ||
|
||
The manifests for Cert Manager are based off the following: | ||
|
||
- [Cert Manager (v1.12.2)](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2) | ||
|
||
1. Download the cert manager yaml with the following commands: | ||
|
||
```sh | ||
# No need to install cert-manager-crds. | ||
export CERT_MANAGER_VERSION='1.12.2' | ||
wget -O ./cert-manager/base/cert-manager.yaml "https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml" | ||
``` |
Oops, something went wrong.