Greg Fichtenholtz

Results 56 comments of Greg Fichtenholtz

Could you please implement this for both OCI and regular (non-OCI) HTTP repositories? Thanks in advance

> A comment after looking at the code. > > The difference between when the `helm cli` is used vs `source-controller`: > > * the cli tries 2 endpoints `https`...

> 1. Quick win by updating the flux plugin to work similarly to the carvel one in that the plugin itself can be configured with a `defaultUpgradePolicy` (see the[ Cavel...

couple of issues still left to work out

Current status: in progress. Items left to do before I can mark this `Closed`: - `Update` operation implementation for OCI repos + integration tests. Time estimate: 2 days - Production...

1) OCI Distribution Spec - https://github.com/opencontainers/distribution-spec/blob/main/spec.md#api 2) Docker Registry HTTP API V2 Spec - https://docs.docker.com/registry/spec/api/#docker-registry-http-api-v2 | Registry | (1) | (2) | | ------- | --- | --- | |...

Current status: - Update operation implementation for OCI repos + integration tests is blocked by https://github.com/fluxcd/source-controller/issues/839 Will begin working on remaining items until it is resolved

just noticed flux intrduced a new source type in latest release https://fluxcd.io/docs/components/source/ocirepositories/ . I will need to spend some time to understand if/how this affects us.

This PR is still in progress with lots of changes coming in, so adding this as comment here rather than creating a new issue: The current redis cache for helm...

fyi, flux [v. 33](https://github.com/fluxcd/flux2/releases/tag/v0.33.0) adds [HelmRepository.spec.provider](https://fluxcd.io/docs/components/source/helmrepositories/#provider). I will need to find out more about it and whether it affects our code or not update Sept 7. The decision was to...