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:37 UTC

[camel-k] 01/02: chore(release): publish fixed helm charts

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 9a63e6e2552a34b44804dc89624e07cc9c0a0bc0
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Wed Mar 4 17:24:55 2020 +0100

    chore(release): publish fixed helm charts
---
 docs/charts/camel-k-0.1.0.tgz             | Bin 5061 -> 5060 bytes
 docs/charts/index.yaml                    |   6 +++---
 helm/camel-k/README.md                    |   2 +-
 helm/camel-k/templates/operator-role.yaml |   1 +
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/charts/camel-k-0.1.0.tgz b/docs/charts/camel-k-0.1.0.tgz
index d8da467..6e7f1db 100644
Binary files a/docs/charts/camel-k-0.1.0.tgz and b/docs/charts/camel-k-0.1.0.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index b9eb394..874b723 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -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:
@@ -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"
diff --git a/helm/camel-k/README.md b/helm/camel-k/README.md
index a50cc3a..1519824 100644
--- a/helm/camel-k/README.md
+++ b/helm/camel-k/README.md
@@ -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
diff --git a/helm/camel-k/templates/operator-role.yaml b/helm/camel-k/templates/operator-role.yaml
index 5a9218a..8f3989c 100644
--- a/helm/camel-k/templates/operator-role.yaml
+++ b/helm/camel-k/templates/operator-role.yaml
@@ -68,6 +68,7 @@ rules:
   - events
   verbs:
   - create
+  - patch
   - get
   - list
   - watch