Skip to content

Commit

Permalink
chore(release): fix doc about helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 4, 2020
1 parent 9a63e6e commit ec24683
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/charts/index.yaml
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/modules/ROOT/pages/installation/installation.adoc
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion helm/camel-k/Chart.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit ec24683

Please sign in to comment.