Some good news to share, I've figured out what should be included in helm-chart/index.yaml for every new release, and updated here, https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart/index.yaml .
Here are 3 steps to verify published Helm Chart in our staging repo: > helm repo add polaris-dev https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart/ > helm repo update # Need to specify the tag as the default docker image in the current release hasn't been published yet. This minor mismatch will be resolved soon. > helm install mypolaris polaris-dev/polaris \ --version 1.0.0-incubating \ --set image.tag=1.1.0-incubating-SNAPSHOT The Polaris server is up and running now! > kubectl get all -n default -l app.kubernetes.io/instance=mypolaris NAME READY STATUS RESTARTS AGE pod/mypolaris-7d48796694-f2hv2 1/1 Running 0 73s I'm new to Helm Chart. It seems to work well for me, but let me know if you have any feedbacks Yufei On Thu, Jun 26, 2025 at 11:02 AM Yufei Gu <flyrain...@gmail.com> wrote: > Per our discussion during the community sync-up, we’ll continue verifying > RC2 while simultaneously working on a fix for the Spark Client multiple > license issue. Thanks Russell for picking it up! > If RC2 passes today or tomorrow and the fix is ready, we’ll cut a new > release candidate (RC3) that includes the fix. To streamline the process > and save time, we’ll aim for a quick, amended vote on RC3. In case of other > issues found, we will go through the normal process for RC3. > > Yufei > > > On Wed, Jun 25, 2025 at 8:02 PM Yufei Gu <flyrain...@gmail.com> wrote: > >> Hi everyone, >> >> I propose that we release the following RC as the official Apache Polaris >> 1.0.0-incubating release. >> >> This corresponds to the tag: apache-polaris-1.0.0-incubating-rc2 >> * >> https://github.com/apache/polaris/commits/apache-polaris-1.0.0-incubating-rc2 >> * >> https://github.com/apache/polaris/tree/eff39a08e30d7caa1a159f06434c6521d3d57eac >> >> The release tarball, signature, and checksums are here, including both >> source code and binary distributions: >> * >> https://dist.apache.org/repos/dist/dev/incubator/polaris/apache-polaris-1.0.0-incubating/ >> >> >> Helm chart (You can verify with the command `helm verfiy`): >> >> * >> https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart/1.0.0-incubating/ >> >> You can find the KEYS file here: >> * https://downloads.apache.org/incubator/polaris/KEYS >> >> Convenience binary artifacts are staged on Nexus. The Maven repository >> URL is: >> * >> https://repository.apache.org/content/repositories/orgapachepolaris-1022/ >> >> Please download, verify, and test. >> >> Please vote in the next 72 hours. >> >> [ ] +1 Release this as Apache polaris 1.0.0-incubating >> [ ] +0 >> [ ] -1 Do not release this because... >> >> Only PPMC members and mentors have binding votes, but other community >> members are >> encouraged to cast non-binding votes. This vote will pass if there are 3 >> binding +1 votes and more binding +1 votes than -1 votes. >> >> NB: if this vote passes, a new vote has to be started on the Incubator >> general mailing list. >> >> Yufei >> >