You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/03/04 16:56:38 UTC

[camel-k] 02/02: chore(release): fix doc about helm install

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ec24683e94e50e135453e9b6a489ad12939deab3
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Wed Mar 4 17:31:05 2020 +0100

    chore(release): fix doc about helm install
---
 docs/charts/index.yaml                                 | 2 +-
 docs/modules/ROOT/pages/installation/installation.adoc | 6 ++++++
 helm/camel-k/Chart.yaml                                | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index 874b723..f88ea76 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -8,7 +8,7 @@ entries:
       superpowers
     digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
     home: https://camel.apache.org/camel-k/latest/
-    icon: https://raw.githubusercontent.com/apache/camel/master/docs/img/logo-d.svg
+    icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
     keywords:
     - serverless
     - integration
diff --git a/docs/modules/ROOT/pages/installation/installation.adoc b/docs/modules/ROOT/pages/installation/installation.adoc
index ddc9767..9157466 100644
--- a/docs/modules/ROOT/pages/installation/installation.adoc
+++ b/docs/modules/ROOT/pages/installation/installation.adoc
@@ -39,3 +39,9 @@ operation can be done *once per cluster*. So, if the `kamel install` operation f
 For Minishift, this means executing `oc login -u system:admin` then `kamel install --cluster-setup` only for first-time installation.
 
 You're now ready to xref:running/running.adoc[run some integrations].
+
+[[helm]]
+== Installation via Helm
+
+Camel K is also available in Helm Hub for installation.
+Follow the instructions on the [Camel K](https://hub.helm.sh/charts/camel-k/camel-k) page for more information.
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 1baa72c..3728f88 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -37,7 +37,7 @@ version: 0.2.0
 # incremented each time you make changes to the application.
 appVersion: 1.0.0-SNAPSHOT
 
-icon: https://raw.githubusercontent.com/apache/camel/master/docs/img/logo-d.svg
+icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
 home: https://camel.apache.org/camel-k/latest/
 
 sources: