Open anthosz opened 1 month ago
Currently, no, but I can look into it.
Looks like it's out of experimental phase.
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
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 :/
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.
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 :/
It is OCI compatible as far as I know.
Does the ghcr.io/maikumori/helm-charts/gotenberg
not work?
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
Hello,
Do you have oci registry in addition of http? (like docker.io, etc)
Best regards,