MaikuMori / helm-charts

Maiku's Helm charts
https://artifacthub.io/packages/search?user=MaikuMori&sort=relevance
MIT License
18 stars 11 forks source link

Document OCI registry url #53

Open anthosz opened 1 month ago

anthosz commented 1 month ago

Hello,

Do you have oci registry in addition of http? (like docker.io, etc)

Best regards,

MaikuMori commented 1 month ago

Currently, no, but I can look into it.

Looks like it's out of experimental phase.

MaikuMori commented 4 days ago

I manually published the last version, let's see if it works automatically on the next release.

https://github.com/users/MaikuMori/packages/container/package/helm-charts%2Fgotenberg

anthosz commented 4 days ago

Thank you @MaikuMori, but I don't really found which oci url I need to use. If I try in Chart.yaml:

- name: gotenberg
  version: ~1.9
  repository: oci://registry-1.docker.io/maikumori

or

- name: gotenberg
  version: ~1.9
  repository: oci://registry-1.docker.io/maikumori/helm-charts

I receive a 401 :/

MaikuMori commented 4 days ago

It should be ghcr.io/maikumori/helm-charts/gotenberg. I went with the easiest option of just hosting it on GitHub.

We should add it to the docs.

anthosz commented 3 days ago

It seems that something like that need to be used: https://github.com/varnish/helm-varnish-cache/blob/main/.circleci/config.yml#L138-L163 but github seems not OCI compatible :/

MaikuMori commented 3 days ago

It is OCI compatible as far as I know.

Does the ghcr.io/maikumori/helm-charts/gotenberg not work?

anthosz commented 3 days ago

It is OCI compatible as far as I know.

Does the ghcr.io/maikumori/helm-charts/gotenberg not work?

Oh indeed, it works! thx!

- name: gotenberg
  version: ~1.9
  repository: oci://ghcr.io/maikumori/helm-charts