Thanks JB!

+1 Verified the Helm Chart with Postgres setting using the following
command:

export POSTGRES_PASSWORD='abcedf'

helm install postgres oci://registry-1.docker.io/bitnamicharts/postgresql \
  -n polaris \
  --set auth.postgresPassword=$POSTGRES_PASSWORD \
  --set auth.username=polaris \
  --set auth.password=$POSTGRES_PASSWORD \
  --set auth.database=polaris

kubectl create secret -n polaris generic pg-cred --from-literal
username=polaris --from-literal password=$POSTGRES_PASSWORD --from-literal
jdbcUrl=jdbc:postgresql://postgres-postgresql:5432/polaris

helm upgrade --install -n polaris polaris polaris-rc/polaris --version
1.0.1-incubating --set image.tag=1.0.0-incubating --set
persistence.relationalJdbc.secret.name=pg-cred

# port forward
kubectl port-forward -n polaris pod/polaris-c6c747585-zx54c  8181:8181
8182:8182

# http://localhost:8182/q/health works
# http://localhost:8181 works


Yufei


On Mon, Jul 28, 2025 at 1:04 PM Dmitri Bourlatchkov <di...@apache.org>
wrote:

> +1 (binding)
>
> ... also tested Helm deployment with JDBC/PostgreSQL.
>
> key commands:
> * helm install -n polaris postgres oci://
> registry-1.docker.io/bitnamicharts/postgresql
> * kubectl create secret --namespace polaris generic pg-creds --from-literal
> username=postgres --from-literal password=$POSTGRES_PASSWORD --from-literal
> jdbcUrl=jdbc:postgresql://postgres-postgresql:5432/polaris
> * helm upgrade --install -n polaris polaris polaris-rc/polaris --version
> 1.0.1-incubating --set image.tag=1.0.0-incubating --set image.repository=
> docker.io/apache/polaris --set persistence.type=relational-jdbc --set
> persistence.relationalJdbc.secret.name=pg-creds
>
> Cheers,
> Dmitri.
>
> Cheers,
> Dmitri.
>
> On Mon, Jul 28, 2025 at 1:17 PM Dmitri Bourlatchkov <
> dmitri.bourlatch...@dremio.com> wrote:
>
> > +1 (binding)
> >
> > Verified:
> > * Checksums
> > * Signatures
> > * Smoke test the binary server dist (run, create catalog in AWS)
> > * 1.0.1 Helm deploy to minikube (podman) with 1.0.0 docker images
> >
> >   helm upgrade --install -n pol polaris polaris-rc/polaris --version
> > 1.0.1-incubating --set image.tag=1.0.0-incubating --set image.repository=
> > docker.io/apache/polaris
> >
> > Cheers,
> > Dmitri.
> >
> >
> >
> > On Sat, Jul 26, 2025 at 5:12 AM Jean-Baptiste Onofré <j...@nanthrax.net>
> > wrote:
> >
> >> Hi everyone,
> >>
> >> I propose that we release the following RC as the official Apache
> >> Polaris 1.0.1-incubating release.
> >> This release is fixing the Helm Chart issue found in the
> >> 1.0.0-incubating release.
> >>
> >> This corresponds to the tag: apache-polaris-1.0.1-incubating-rc0
> >> *
> >>
> https://github.com/apache/polaris/commits/apache-polaris-1.0.1-incubating-rc0
> >> *
> >>
> https://github.com/apache/polaris/commit/d7e28e44d062d9ed38ca851a189886f1dc3605c9
> >>
> >> The release tarballs, signatures, and checksums are available on dist,
> >> including both source and binary distributions:
> >> *
> >>
> https://dist.apache.org/repos/dist/dev/incubator/polaris/1.0.1-incubating/
> >>
> >> The Helm Chart package is available:
> >> *
> >>
> https://dist.apache.org/repos/dist/dev/incubator/polaris/helm-chart/1.0.1-incubating/
> >>
> >> You can find the KEYS file here:
> >> * https://downloads.apache.org/incubator/polaris/KEYS
> >>
> >> The convenient binary artifacts are staged on Nexus. The Maven
> >> repository URL is:
> >> *
> >>
> https://repository.apache.org/content/repositories/orgapachepolaris-1028/
> >>
> >> The convenient multi architecture Docker images are available on Docker
> >> hub:
> >> * docker pull apache/polaris:1.0.1-incubating-rc0
> >> * docker pull apache/polaris-admin-tool:1.0.1-incubating-rc0
> >>
> >> 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.
> >>
> >> Thanks !
> >> Regards
> >> JB
> >>
> >
>

Reply via email to