diff --git a/files/communishift/objects/cert_api.yml b/files/communishift/objects/cert_api.yml index 44d6ff6ed0..89adbeddc4 100644 --- a/files/communishift/objects/cert_api.yml +++ b/files/communishift/objects/cert_api.yml @@ -1,5 +1,5 @@ --- -apiVersion: certmanager.k8s.io/v1alpha1 +apiVersion: cert-manager.io/v1alpha2 kind: Certificate metadata: name: api-certificate diff --git a/files/communishift/objects/cert_apps.yml b/files/communishift/objects/cert_apps.yml index a449378e9e..9c2aece1ce 100644 --- a/files/communishift/objects/cert_apps.yml +++ b/files/communishift/objects/cert_apps.yml @@ -1,5 +1,5 @@ --- -apiVersion: certmanager.k8s.io/v1alpha1 +apiVersion: cert-manager.io/v1alpha2 kind: Certificate metadata: name: apps-certificate diff --git a/files/communishift/objects/issuer.yml b/files/communishift/objects/issuer.yml index df3870916a..e3c169850c 100644 --- a/files/communishift/objects/issuer.yml +++ b/files/communishift/objects/issuer.yml @@ -1,5 +1,5 @@ --- -apiVersion: certmanager.k8s.io/v1alpha1 +apiVersion: cert-manager.k8s.io/v1alpha2 kind: ClusterIssuer metadata: name: letsencrypt-production