This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 4cd80fbec Publish Helm chart to Artifact Hub (#3649)
4cd80fbec is described below
commit 4cd80fbece34752efd0141e99eff8b23dd6bc8ec
Author: Subham <[email protected]>
AuthorDate: Mon Feb 16 22:18:56 2026 +0530
Publish Helm chart to Artifact Hub (#3649)
---
helm/polaris/Chart.yaml | 12 +++++++++++
helm/polaris/{Chart.yaml => artifacthub-repo.yml} | 25 +++++------------------
2 files changed, 17 insertions(+), 20 deletions(-)
diff --git a/helm/polaris/Chart.yaml b/helm/polaris/Chart.yaml
index a7c0501a4..7db69ab70 100644
--- a/helm/polaris/Chart.yaml
+++ b/helm/polaris/Chart.yaml
@@ -37,3 +37,15 @@ maintainers: # Maintainers section is kept only to satisfy
the Helm Chart Spec
- name: gerrit-k
- name: snazy
- name: flyrain
+annotations:
+ artifacthub.io/links: |
+ - name: Homepage
+ url: https://polaris.apache.org/
+ - name: Source Code
+ url: https://github.com/apache/polaris
+ - name: Documentation
+ url: https://polaris.apache.org/
+ - name: Support
+ url: https://github.com/apache/polaris/issues
+ artifacthub.io/license: Apache-2.0
+ artifacthub.io/category: database
diff --git a/helm/polaris/Chart.yaml b/helm/polaris/artifacthub-repo.yml
similarity index 56%
copy from helm/polaris/Chart.yaml
copy to helm/polaris/artifacthub-repo.yml
index a7c0501a4..a751ab532 100644
--- a/helm/polaris/Chart.yaml
+++ b/helm/polaris/artifacthub-repo.yml
@@ -17,23 +17,8 @@
# under the License.
#
-apiVersion: v2
-name: polaris
-description: A Helm chart for Apache Polaris (incubating)
-type: application
-version: 1.4.0-incubating-SNAPSHOT
-appVersion: 1.4.0-incubating-SNAPSHOT
-home: https://polaris.apache.org/
-icon:
https://raw.githubusercontent.com/apache/polaris/main/site/static/img/logos/polaris-brandmark.png
-sources:
- - https://github.com/apache/polaris
-keywords:
- - polaris
- - iceberg
-maintainers: # Maintainers section is kept only to satisfy the Helm Chart
Spec and downstream linters.
- - name: MonkeyCanCode
- - name: adutra
- - name: collado-mike
- - name: gerrit-k
- - name: snazy
- - name: flyrain
+# Artifact Hub repository metadata file
+repositoryID: apache-polaris
+owners:
+ - name: Apache Polaris PPMC
+ email: [email protected]