diff options
Diffstat (limited to 'kubernetes/common/certManagerCertificate')
-rw-r--r-- | kubernetes/common/certManagerCertificate/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/common/certManagerCertificate/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/certManagerCertificate/Chart.yaml b/kubernetes/common/certManagerCertificate/Chart.yaml index 305d25251d..8c0113b06d 100644 --- a/kubernetes/common/certManagerCertificate/Chart.yaml +++ b/kubernetes/common/certManagerCertificate/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 name: certManagerCertificate description: A Helm chart for Cert-Manager Certificate CRD template -version: 7.0.0 +version: 8.0.0 diff --git a/kubernetes/common/certManagerCertificate/requirements.yaml b/kubernetes/common/certManagerCertificate/requirements.yaml index 6bcaed05a8..210a02c65c 100644 --- a/kubernetes/common/certManagerCertificate/requirements.yaml +++ b/kubernetes/common/certManagerCertificate/requirements.yaml @@ -14,5 +14,5 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.x-0 repository: 'file://../common' |