Skip to content

Commit

Permalink
chore(release): publish fixed helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 4, 2020
1 parent 9b8c6e0 commit 9a63e6e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file modified docs/charts/camel-k-0.1.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ entries:
camel-k:
- apiVersion: v2
appVersion: 1.0.0-RC2
created: "2020-02-28T08:33:33.502300417+01:00"
created: "2020-03-04T17:22:21.67309192+01:00"
description: A lightweight integration platform, born on Kubernetes, with serverless
superpowers
digest: ed438ce3f3a4fb72574c4243023ff4b1eead551689c23b332da5e3103884854e
digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
home: https://camel.apache.org/camel-k/latest/
icon: https://raw.githubusercontent.com/apache/camel/master/docs/img/logo-d.svg
keywords:
Expand All @@ -26,4 +26,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
generated: "2020-02-28T08:33:33.500717761+01:00"
generated: "2020-03-04T17:22:21.671150477+01:00"
2 changes: 1 addition & 1 deletion helm/camel-k/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Apache Camel integrations on any Kubernetes cluster.
To install the chart, first add the Camel K repository:

```bash
$ helm repo add camel-k https://apache.github.io/camel-k/helm/charts
$ helm repo add camel-k https://apache.github.io/camel-k/charts
```

If you are installing on OpenShift, Camel K can use the OpenShift internal registry to
Expand Down
1 change: 1 addition & 0 deletions helm/camel-k/templates/operator-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ rules:
- events
verbs:
- create
- patch
- get
- list
- watch
Expand Down

0 comments on commit 9a63e6e

Please sign in to comment.