Skip to content

Commit

Permalink
update cert-manager to 1.14.5 (#2703)
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
  • Loading branch information
juliusvonkohout authored May 7, 2024
1 parent 699fd49 commit b93831b
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 171 deletions.
16 changes: 5 additions & 11 deletions common/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

## 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"
```
```sh
# No need to install cert-manager-crds.
export CERT_MANAGER_VERSION='1.14.5'
wget -O ./cert-manager/base/cert-manager.yaml "https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml"
```
Loading

0 comments on commit b93831b

Please sign in to comment.