This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit b3eeb7c4ec5d83b8ac45a9edcfdbc81f2c986cee Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 13 10:39:25 2022 +0200 Helm Chart 1.9.1 --- config/manager/operator-deployment.yaml | 6 ++--- .../bases/camel-k.clusterserviceversion.yaml | 4 ++-- docs/charts/camel-k-0.10.1.tgz | Bin 0 -> 112137 bytes docs/charts/index.yaml | 25 +++++++++++++++++++++ helm/camel-k/Chart.yaml | 4 ++-- helm/camel-k/values.yaml | 2 +- 6 files changed, 33 insertions(+), 8 deletions(-) diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index 56fae2a86..cd5498a80 100644 --- a/config/manager/operator-deployment.yaml +++ b/config/manager/operator-deployment.yaml @@ -25,7 +25,7 @@ metadata: name: camel-k-operator app.kubernetes.io/component: operator app.kubernetes.io/name: camel-k - app.kubernetes.io/version: "1.9.1-SNAPSHOT" + app.kubernetes.io/version: "1.9.1" spec: replicas: 1 strategy: @@ -41,12 +41,12 @@ spec: app: "camel-k" app.kubernetes.io/component: operator app.kubernetes.io/name: camel-k - app.kubernetes.io/version: "1.9.1-SNAPSHOT" + app.kubernetes.io/version: "1.9.1" spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.9.1-SNAPSHOT + image: docker.io/apache/camel-k:1.9.1 imagePullPolicy: IfNotPresent command: - kamel diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index c3bc1fddc..c862760f8 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,8 +22,8 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:1.9.1-SNAPSHOT - createdAt: 2022-04-28T15:23:24Z + containerImage: docker.io/apache/camel-k:1.9.1 + createdAt: 2022-04-26T08:32:16Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.3.0 diff --git a/docs/charts/camel-k-0.10.1.tgz b/docs/charts/camel-k-0.10.1.tgz new file mode 100644 index 000000000..5bfa82359 Binary files /dev/null and b/docs/charts/camel-k-0.10.1.tgz differ diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml index 99be89a6b..8569f0a39 100644 --- a/docs/charts/index.yaml +++ b/docs/charts/index.yaml @@ -1,6 +1,31 @@ apiVersion: v1 entries: camel-k: + - apiVersion: v2 + appVersion: 1.9.1 + created: "2022-05-13T10:38:35.800812109+02:00" + description: A lightweight integration platform, born on Kubernetes, with serverless + superpowers + digest: 0cba3a300eed89997102d6e82a53b4b898cb20b2d89c0c9b75cff58886ac7ac8 + home: https://camel.apache.org/camel-k/latest/ + icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png + keywords: + - serverless + - integration + - patterns + maintainers: + - email: nferr...@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.10.1.tgz + version: 0.10.1 - apiVersion: v2 appVersion: 1.9.0 created: "2022-04-26T18:07:51.548687357+02:00" diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index 5bdd09068..6e5f94b50 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -31,11 +31,11 @@ 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.10.0 +version: 0.10.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.9.1-SNAPSHOT +appVersion: 1.9.1 icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png home: https://camel.apache.org/camel-k/latest/ diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml index 4cf6d7021..b5ba6e75b 100644 --- a/helm/camel-k/values.yaml +++ b/helm/camel-k/values.yaml @@ -23,7 +23,7 @@ nameOverride: "" fullnameOverride: "" operator: - image: docker.io/apache/camel-k:1.9.1-SNAPSHOT + image: docker.io/apache/camel-k:1.9.1 platform: build: