From b6920f4b879f3e277572293c52e9bf860db3349a Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 11 Apr 2018 17:32:50 +0100 Subject: [PATCH] Update Helm chart with new docs links --- contrib/charts/cert-manager/Chart.yaml | 2 +- contrib/charts/cert-manager/README.md | 6 +++--- contrib/charts/cert-manager/templates/NOTES.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/charts/cert-manager/Chart.yaml b/contrib/charts/cert-manager/Chart.yaml index f10d42410..c3904b605 100644 --- a/contrib/charts/cert-manager/Chart.yaml +++ b/contrib/charts/cert-manager/Chart.yaml @@ -1,5 +1,5 @@ name: cert-manager -version: 0.2.7 +version: 0.2.8 appVersion: 0.2.4 description: A Helm chart for cert-manager home: https://github.com/jetstack/cert-manager diff --git a/contrib/charts/cert-manager/README.md b/contrib/charts/cert-manager/README.md index 7cdc2c4e3..ccd2129b2 100644 --- a/contrib/charts/cert-manager/README.md +++ b/contrib/charts/cert-manager/README.md @@ -13,7 +13,7 @@ to renew certificates at an appropriate time before expiry. ## Installing the Chart Full installation instructions, including details on how to configure extra -functionality in cert-manager can be found in the [official deploying docs](https://github.com/jetstack/cert-manager/blob/master/docs/user-guides/deploying.md#addendum). +functionality in cert-manager can be found in the [getting started docs](https://cert-manager.readthedocs.io/en/latest/getting-started/). To install the chart with the release name `my-release`: @@ -27,13 +27,13 @@ or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer). More information on the different types of issuers and how to configure them can be found in our documentation: -https://github.com/jetstack/cert-manager/tree/master/docs/api-types/issuer +https://cert-manager.readthedocs.io/en/latest/reference/issuers.html For information on how to configure cert-manager to automatically provision Certificates for Ingress resources, take a look at the `ingress-shim` documentation: -https://github.com/jetstack/cert-manager/blob/master/docs/user-guides/ingress-shim.md +https://cert-manager.readthedocs.io/en/latest/reference/ingress-shim.html > **Tip**: List all releases using `helm list` diff --git a/contrib/charts/cert-manager/templates/NOTES.txt b/contrib/charts/cert-manager/templates/NOTES.txt index 595564aad..58ab3ee71 100644 --- a/contrib/charts/cert-manager/templates/NOTES.txt +++ b/contrib/charts/cert-manager/templates/NOTES.txt @@ -6,10 +6,10 @@ or Issuer resource (for example, by creating a 'letsencrypt-staging' issuer). More information on the different types of issuers and how to configure them can be found in our documentation: -https://github.com/jetstack/cert-manager/tree/v0.2.4/docs/api-types/issuer +http://cert-manager.readthedocs.io/en/latest/reference/issuers.html For information on how to configure cert-manager to automatically provision Certificates for Ingress resources, take a look at the `ingress-shim` documentation: -https://github.com/jetstack/cert-manager/blob/v0.2.4/docs/user-guides/ingress-shim.md +http://cert-manager.readthedocs.io/en/latest/reference/ingress-shim.html