Skip to content

Commit

Permalink
config: bump cert-manager apiversion
Browse files Browse the repository at this point in the history
v1alpha2 has been deprecated in favor of v1 (see [1]), scheduled to be
removed in v1.6.* (i.e., soon)

[1]:https://github.com/jetstack/cert-manager/blob/7eb301f74cf00e426da1f50b8a39249605463dfa/pkg/internal/apis/acme/validation/deprecation.go#L32-L42

Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
  • Loading branch information
Ciro S. Costa committed Oct 5, 2021
1 parent 49c8fe5 commit 77090fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webhook/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ webhooks:

---

apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: cartographer-webhook
Expand All @@ -108,7 +108,7 @@ spec:
secretName: cartographer-webhook
---

apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: selfsigned-issuer
Expand Down

0 comments on commit 77090fa

Please sign in to comment.