You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/06/23 09:46:20 UTC

[camel-k] branch main updated: fix(helm): proper CRDs

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 37db25ea1 fix(helm): proper CRDs
37db25ea1 is described below

commit 37db25ea169980f0fcde4d83e3e761f6f9ac73b4
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jun 23 11:39:20 2023 +0200

    fix(helm): proper CRDs
    
    Ref #4497
---
 docs/charts/camel-k-0.13.1.tgz     | Bin 226676 -> 159706 bytes
 helm/camel-k/crds/crd-binding.yaml |  17 -----------------
 release.adoc                       |   4 +++-
 3 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/docs/charts/camel-k-0.13.1.tgz b/docs/charts/camel-k-0.13.1.tgz
index 0bcde86b5..1f7084b88 100644
Binary files a/docs/charts/camel-k-0.13.1.tgz and b/docs/charts/camel-k-0.13.1.tgz differ
diff --git a/helm/camel-k/crds/crd-binding.yaml b/helm/camel-k/crds/crd-binding.yaml
deleted file mode 100644
index 658e8dc7e..000000000
--- a/helm/camel-k/crds/crd-binding.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
diff --git a/release.adoc b/release.adoc
index 8314ebf54..119504a6f 100644
--- a/release.adoc
+++ b/release.adoc
@@ -220,7 +220,9 @@ From the main branch:
 make release-helm
 ```
 
-Commit to the main branch the tar.gz file and the updated index that have been generated in `/docs/charts` and the updated `Chart.yaml`.
+Commit to the `main` branch the tar.gz file and the updated index that have been generated in `/docs/charts` and the updated `Chart.yaml`.
+
+NOTE: if you're releasing from a release branch, then, you need to generate the Helm chart in the specific release branch, and later manually commit the chart in `main` branch accordingly.
 
 Wait for them to be available on https://hub.helm.sh/.