Deprecate cert-manager chart (#12970)

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly
2019-04-12 05:26:46 -07:00
committed by Kubernetes Prow Robot
parent 78d2e5c898
commit 03a5fe53ac
3 changed files with 19 additions and 4 deletions
+9 -4
View File
@@ -1,5 +1,5 @@
name: cert-manager
version: v0.6.6
version: v0.6.7
appVersion: v0.6.2
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager
@@ -10,6 +10,11 @@ keywords:
- tls
sources:
- https://github.com/jetstack/cert-manager
maintainers:
- name: munnerz
email: james@jetstack.io
# Deprecated charts cannot have maintainers
maintainers: []
# - name: munnerz
# email: james@jetstack.io
# This version of the Helm chart is deprecated.
# All future updates should be instead made to the official cert-manager
# repository, found at https://github.com/jetstack/cert-manager/tree/master/deploy
deprecated: true
+5
View File
@@ -1,5 +1,10 @@
# cert-manager
> **This Helm chart is deprecated**.
> All future changes to the cert-manager Helm chart should be made in the
> [official repository](https://github.com/jetstack/cert-manager/tree/master/deploy).
> The latest version of the chart can be found on the [Helm Hub](https://hub.helm.sh/charts/jetstack/cert-manager).
cert-manager is a Kubernetes addon to automate the management and issuance of
TLS certificates from various issuing sources.
+5
View File
@@ -13,3 +13,8 @@ Certificates for Ingress resources, take a look at the `ingress-shim`
documentation:
https://cert-manager.readthedocs.io/en/latest/reference/ingress-shim.html
**This Helm chart is deprecated**.
All future changes to the cert-manager Helm chart should be made in the
official repository: https://github.com/jetstack/cert-manager/tree/master/deploy.
The latest version of the chart can be found on the Helm Hub: https://hub.helm.sh/charts/jetstack/cert-manager.