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/05 10:44:53 UTC

[camel-k] branch master updated: chore(release): fix helm release

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


The following commit(s) were added to refs/heads/master by this push:
     new 6788e24  chore(release): fix helm release
6788e24 is described below

commit 6788e248b07f9c2ce9240691dbf96fd8ec6d775c
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Thu Mar 5 11:44:35 2020 +0100

    chore(release): fix helm release
---
 docs/charts/camel-k-0.1.1.tgz       | Bin 0 -> 5148 bytes
 docs/charts/index.yaml              |  31 ++++++++++++++++++++++++++++---
 helm/camel-k/README.md              |   3 ++-
 helm/camel-k/templates/_helpers.tpl |   3 ---
 helm/camel-k/values.yaml            |   4 ++++
 5 files changed, 34 insertions(+), 7 deletions(-)

diff --git a/docs/charts/camel-k-0.1.1.tgz b/docs/charts/camel-k-0.1.1.tgz
new file mode 100644
index 0000000..74d6fce
Binary files /dev/null and b/docs/charts/camel-k-0.1.1.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index f88ea76..b731e7e 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-03-04T17:22:21.67309192+01:00"
+    created: "2020-03-05T11:41:00.516969379+01:00"
     description: A lightweight integration platform, born on Kubernetes, with serverless
       superpowers
-    digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
+    digest: 43fa5d9563ce76d25695e4132c5870279541b26be2ac8023537b587483853260
     home: https://camel.apache.org/camel-k/latest/
     icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
     keywords:
@@ -24,6 +24,31 @@ entries:
     - https://github.com/apache/camel
     type: application
     urls:
+    - https://apache.github.io/camel-k/charts/camel-k-0.1.1.tgz
+    version: 0.1.1
+  - apiVersion: v2
+    appVersion: 1.0.0-RC2
+    created: "2020-03-05T11:41:00.516278263+01:00"
+    description: A lightweight integration platform, born on Kubernetes, with serverless
+      superpowers
+    digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
+    home: https://camel.apache.org/camel-k/latest/
+    icon: https://raw.githubusercontent.com/apache/camel/master/docs/img/logo-d.svg
+    keywords:
+    - serverless
+    - integration
+    - patterns
+    maintainers:
+    - email: nferraro@apache.org
+      name: nferraro
+    name: camel-k
+    sources:
+    - https://github.com/apache/camel-k
+    - https://github.com/apache/camel-k-runtime
+    - https://github.com/apache/camel-quarkus
+    - https://github.com/apache/camel
+    type: application
+    urls:
     - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
     version: 0.1.0
-generated: "2020-03-04T17:22:21.671150477+01:00"
+generated: "2020-03-05T11:41:00.515448373+01:00"
diff --git a/helm/camel-k/README.md b/helm/camel-k/README.md
index 1519824..88e122d 100644
--- a/helm/camel-k/README.md
+++ b/helm/camel-k/README.md
@@ -27,6 +27,7 @@ Installation on OpenShift can be done with command:
 ```bash
 $ helm install \
   --generate-name \
+  --set platform.cluster=OpenShift \
   camel-k/camel-k
 ```
 
@@ -45,7 +46,7 @@ Then you can install Camel K with:
 ```bash
 $ helm install \
   --generate-name \
-  --set platform.build.registry.address=${REGISTRY_ADDRESS}
+  --set platform.build.registry.address=${REGISTRY_ADDRESS} \
   --set platform.build.registry.insecure=true \
   camel-k/camel-k
 ```
diff --git a/helm/camel-k/templates/_helpers.tpl b/helm/camel-k/templates/_helpers.tpl
index d944d2b..d860cda 100644
--- a/helm/camel-k/templates/_helpers.tpl
+++ b/helm/camel-k/templates/_helpers.tpl
@@ -62,6 +62,3 @@ Defaults
 Kubernetes
 {{- end -}}
 {{- end -}}
-elm hub
-
-
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 685f4c4..71a2cad 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -24,3 +24,7 @@ fullnameOverride: ""
 
 operator:
   image: docker.io/apache/camel-k:1.0.0-SNAPSHOT
+
+platform:
+  build:
+    registry: {}