CrunchyData / postgres-operator

Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
https://access.crunchydata.com/documentation/postgres-operator/v5/
Apache License 2.0
3.94k stars 592 forks source link

List helm chart on artifacthub.io #3514

Open jcpunk opened 1 year ago

jcpunk commented 1 year ago

Have an idea to improve PGO? We'd love to hear it! We're going to need some information from you to learn more about your feature requests.

Please be sure you've done the following:

Overview

Publish PGO on artifacthub.io

Use Case

Currently there a a few unofficial charts up at artifacthub.io having the official one listed will increase visibility.

Desired Behavior

Using the automation from https://github.com/CrunchyData/postgres-operator/issues/2231 get the official chart listed at artifacthub.io

Environment

Tell us about your environment:

Please provide the following details:

Additional Information

Please provide any additional information that may be helpful.

estein9825 commented 1 year ago

Can't you just use the oci version? helm instal pgo oci://registry.developers.crunchydata.com/crunchydata/pgo

https://access.crunchydata.com/documentation/postgres-operator/v5/installation/helm/

jcpunk commented 1 year ago

I'm able to pull it in that way. Having it up on artifact hub would mostly increase the visibility of this project.

estein9825 commented 1 year ago

@jcpunk did you use fluxcd? If so, what did your HelmRepository look like?

jcpunk commented 1 year ago

It installs fine, I'm just hopeful to increase the visibility of this great project.

estein9825 commented 1 year ago

But did you use fluxcd or straight helm install?

jcpunk commented 1 year ago

I used a straight helm install, similar to what you posted above.

estein9825 commented 1 year ago

k. I ended up using HelmRepository because OCIRepository isn't supported by the HelmRelease at present. I had to upgrade my flux version higher though.