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

gfournier 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 8d54c9d8e feat: Add ownership claiming on CK helm charts in artifacthub
8d54c9d8e is described below

commit 8d54c9d8ed15084764ba65b2f5c73a043dabcccc
Author: Gaelle Fournier <[email protected]>
AuthorDate: Mon Feb 2 15:42:19 2026 +0100

    feat: Add ownership claiming on CK helm charts in artifacthub
---
 docs/charts/artifacthub-repo.yml | 7 +++++++
 helm/camel-k/Chart.yaml          | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/docs/charts/artifacthub-repo.yml b/docs/charts/artifacthub-repo.yml
new file mode 100644
index 000000000..02ccc0158
--- /dev/null
+++ b/docs/charts/artifacthub-repo.yml
@@ -0,0 +1,7 @@
+owners: # (optional, used to claim repository ownership)
+  - name: acosentino
+    email: [email protected]
+  - name: gansheer
+    email: [email protected]
+  - name: pcongiusti
+    email: [email protected]
\ No newline at end of file
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 680ce2ea3..566c057de 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -56,3 +56,5 @@ maintainers:
     email: [email protected]
   - name: acosentino
     email: [email protected]
+  - name: gansheer
+    email: [email protected]

Reply via email to