Skip to content

Commit 7dcf091

Browse files
frezbosmira
authored andcommitted
chore: bump cert-manager to v1
Bump cert-manager to `v1` Signed-off-by: Noel Georgi <[email protected]> (cherry picked from commit 3bc5406)
1 parent d6ca2d4 commit 7dcf091

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/certmanager/certificate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# The following manifests contain a self-signed issuer CR and a certificate CR.
22
# More document can be found at https://docs.cert-manager.io
33
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for breaking changes
4-
apiVersion: cert-manager.io/v1alpha2
4+
apiVersion: cert-manager.io/v1
55
kind: Issuer
66
metadata:
77
name: selfsigned-issuer
88
namespace: system
99
spec:
1010
selfSigned: {}
1111
---
12-
apiVersion: cert-manager.io/v1alpha2
12+
apiVersion: cert-manager.io/v1
1313
kind: Certificate
1414
metadata:
1515
name: serving-cert # this name should match the one appeared in kustomizeconfig.yaml

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ vars:
2525
objref:
2626
kind: Certificate
2727
group: cert-manager.io
28-
version: v1alpha2
28+
version: v1
2929
name: serving-cert # this name should match the one in certificate.yaml
3030
fieldref:
3131
fieldpath: metadata.namespace
3232
- name: CERTIFICATE_NAME
3333
objref:
3434
kind: Certificate
3535
group: cert-manager.io
36-
version: v1alpha2
36+
version: v1
3737
name: serving-cert # this name should match the one in certificate.yaml
3838
- name: SERVICE_NAMESPACE # namespace of the service
3939
objref:

0 commit comments

Comments
 (0)