Skip to content

Commit

Permalink
update cert-manager to 1.16.1 and move the upstream manifests to the …
Browse files Browse the repository at this point in the history
…upstream folder (#2919)

Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout authored Nov 19, 2024
1 parent 9026318 commit df0ebed
Show file tree
Hide file tree
Showing 7 changed files with 13,269 additions and 5,845 deletions.
4 changes: 2 additions & 2 deletions common/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

```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"
export CERT_MANAGER_VERSION='1.16.1'
wget -O ./base/upstream/cert-manager.yaml "https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml"
```
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
# Manifests downloaded from:
# https://github.com/jetstack/cert-manager/releases/download/v1.10.1/cert-manager.yaml
- cert-manager.yaml
- upstream/cert-manager.yaml

# XXX: Do NOT use the namespace transformer, as cert-manager defines resources
# in two namespaces, 'cert-manager' and 'kube-system'.
Expand Down
Loading

0 comments on commit df0ebed

Please sign in to comment.