You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/06/26 05:39:22 UTC

[pulsar-helm-chart] branch master updated: Use https to get Apache Pulsar icon in Chart.yaml

This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 26bc260  Use https to get Apache Pulsar icon in Chart.yaml
26bc260 is described below

commit 26bc26028b5a4f03bc2589b90333c5ac8ed47132
Author: Michael Marshall <mm...@apache.org>
AuthorDate: Sun Jun 26 00:39:09 2022 -0500

    Use https to get Apache Pulsar icon in Chart.yaml
---
 charts/pulsar/Chart.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/charts/pulsar/Chart.yaml b/charts/pulsar/Chart.yaml
index f5c26bc..56ad091 100644
--- a/charts/pulsar/Chart.yaml
+++ b/charts/pulsar/Chart.yaml
@@ -25,7 +25,7 @@ version: 2.9.3
 home: https://pulsar.apache.org
 sources:
 - https://github.com/apache/pulsar
-icon: http://pulsar.apache.org/img/pulsar.svg
+icon: https://pulsar.apache.org/img/pulsar.svg
 maintainers:
 - name: The Apache Pulsar Team
   email: dev@pulsar.apache.org