From 32b448c5eac6352ca405c403e5e93e460180ff83 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Mon, 30 May 2022 11:38:02 +0100 Subject: [PATCH] add URL for cert-manager website to chart, update logo URL Signed-off-by: Ashley Davis --- README.md | 3 ++- deploy/charts/cert-manager/Chart.template.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f089f0644..77f49b03f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@

cert-manager project logo

-

diff --git a/deploy/charts/cert-manager/Chart.template.yaml b/deploy/charts/cert-manager/Chart.template.yaml index c64b65c0b..689340cca 100644 --- a/deploy/charts/cert-manager/Chart.template.yaml +++ b/deploy/charts/cert-manager/Chart.template.yaml @@ -6,7 +6,7 @@ appVersion: v0.1.0 kubeVersion: ">= 1.19.0-0" description: A Helm chart for cert-manager home: https://github.com/cert-manager/cert-manager -icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo.png +icon: https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png keywords: - cert-manager - kube-lego @@ -17,5 +17,6 @@ sources: maintainers: - name: cert-manager-maintainers email: cert-manager-maintainers@googlegroups.com + url: https://cert-manager.io annotations: artifacthub.io/prerelease: "{{IS_PRERELEASE}}"