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 57c1ea690ee48240de814b5e94ab37e4fbff6e85 Author: Nicola Ferraro <[email protected]> AuthorDate: Fri Feb 28 08:36:37 2020 +0100 feat(release): release helm chart for 1.0.0-RC2 --- helm/camel-k/Chart.yaml | 2 +- helm/charts/camel-k-0.1.0.tgz | Bin 0 -> 5061 bytes helm/charts/index.yaml | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index c7cdd12..1baa72c 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -31,7 +31,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/helm/charts/camel-k-0.1.0.tgz b/helm/charts/camel-k-0.1.0.tgz new file mode 100644 index 0000000..d8da467 Binary files /dev/null and b/helm/charts/camel-k-0.1.0.tgz differ diff --git a/helm/charts/index.yaml b/helm/charts/index.yaml new file mode 100644 index 0000000..0cdebcf --- /dev/null +++ b/helm/charts/index.yaml @@ -0,0 +1,29 @@ +apiVersion: v1 +entries: + camel-k: + - apiVersion: v2 + appVersion: 1.0.0-RC2 + created: "2020-02-28T08:33:33.502300417+01:00" + description: A lightweight integration platform, born on Kubernetes, with serverless + superpowers + digest: ed438ce3f3a4fb72574c4243023ff4b1eead551689c23b332da5e3103884854e + 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: [email protected] + 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://camel-k.github.io/helm/charts/camel-k-0.1.0.tgz + version: 0.1.0 +generated: "2020-02-28T08:33:33.500717761+01:00"
