Skip to content

Commit 32b448c

Browse files
committed
add URL for cert-manager website to chart, update logo URL
Signed-off-by: Ashley Davis <[email protected]>
1 parent d53c0b9 commit 32b448c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<p align="center">
33
<img src="./logo/logo-small.png" height="256" width="256" alt="cert-manager project logo" />
44
</p>
5-
<!-- note that the cert-manager logo in this repo is referred to in other README files in the cert-manager org;
5+
<!-- note that the cert-manager logo in this repo is referred to in other README files in the cert-manager org
6+
as well as in Helm charts, etc.
67
if you change its location or name, you'll need to update several other repos too! -->
78

89
<p align="center"><a href="https://prow.build-infra.jetstack.net/?job=ci-cert-manager-bazel">

deploy/charts/cert-manager/Chart.template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ appVersion: v0.1.0
66
kubeVersion: ">= 1.19.0-0"
77
description: A Helm chart for cert-manager
88
home: https://github.com/cert-manager/cert-manager
9-
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo.png
9+
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png
1010
keywords:
1111
- cert-manager
1212
- kube-lego
@@ -17,5 +17,6 @@ sources:
1717
maintainers:
1818
- name: cert-manager-maintainers
1919
20+
url: https://cert-manager.io
2021
annotations:
2122
artifacthub.io/prerelease: "{{IS_PRERELEASE}}"

0 commit comments

Comments
 (0)