Skip to content

Commit

Permalink
Upgrade cert-manager to 1.12.2 (kubeflow#2488)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 3 changed files with 2,925 additions and 2,832 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ used from the different projects of Kubeflow:
| - | - | - |
| Istio | common/istio-1-16 | [1.16.0](https://github.com/istio/istio/releases/tag/1.16.0) |
| Knative | common/knative/knative-serving <br /> common/knative/knative-eventing | [1.8.1](https://github.com/knative/serving/releases/tag/knative-v1.8.1) <br /> [1.8.1](https://github.com/knative/eventing/releases/tag/knative-v1.8.1) |
| Cert Manager | common/cert-manager | [1.10.1](https://github.com/cert-manager/cert-manager/releases/tag/v1.10.1) |
| Cert Manager | common/cert-manager | [1.12.2](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2) |

## Installation

Expand Down
15 changes: 15 additions & 0 deletions common/cert-manager/README.md
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"
```
Loading

0 comments on commit 5c9f75c

Please sign in to comment.