Vlad Yarotsky

Results 5 comments of Vlad Yarotsky

This would be very nice to have, particularly for use cases like Helm (https://github.com/earthly/earthly/issues/1402), [Imgpkg](https://carvel.dev/imgpkg/), [CNAB](cnab.io/) – all of these tools need to be able to interact with OCI registries,...

Perhaps the resource could upload a snippet and post a comment with the link, e.g. https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files

Ran into this because datadog helm chart also [creates](https://github.com/DataDog/helm-charts/blob/0bd9b107a05b15fe8ddde7954e48e494b3ebe5cd/charts/datadog/templates/agent-apiservice.yaml#L5) the APIService object with the same name of `v1beta1.external.metrics.k8s.io`

I wonder if it would be feasible to convert everything to v3 API, and provide something like an nginx configuration for a self-hosted caching proxy. The caching proxy can easily...