Greg Fichtenholtz
Greg Fichtenholtz
### Describe the bug opening an issue per @souleb 's request. Slack discussion [here](https://cloud-native.slack.com/archives/CLAJ40HV3/p1656576116115309) Excerpts: Hello trying to confirm whether this is a bug: I have deployed helm's OCI registry...
This is a long-running issue I started a little over a month ago. Flux CD added support for OCI registries recently https://github.com/fluxcd/flux2/pull/2597 My work is to expose this functionality to...
In addition to unit-tests we should also have end-2-end tests, where we stand up a cluster deploy carvel/flux on it test out our core and plug-in apis against that.
Documenting leftover items for flux plugin per Pepe's request so we can prioritize it against other work This is a leftover item from #3899 @antgamdia said: https://github.com/kubeapps/kubeapps/pull/3899#discussion_r784955415 and https://github.com/kubeapps/kubeapps/pull/3899#discussion_r784958207 basically...
Documenting leftover items for flux plugin per Pepe's request so we can prioritize it against other work This is a leftover item from https://github.com/kubeapps/kubeapps/pull/3899 @absoludity said "One general question that...
Documenting leftover items for flux plugin per Pepe's request so we can prioritize it against other work This is a leftover item from #3899 It concerns a scenario when a...
Documenting leftover items for flux plugin per Pepe's request so we can prioritize it against other work This is a leftover item from #3899 @antgamdia said: "Think about an already...
Initially caching layer initially specifically to the flux plugin, but the end goal is to generalise it to provide caching to all plugins as needed Here is the plan 1)...
Scenario: * user A has cluster admin access to namespace A * user A logs in to portal, switch context to namespace A and creates a new flux repo there...
fixed an inconsistency between GetInstalledPackageSummaries() and GetInstalledPackageDetail() in one corner case. Main fix is dependent on flux https://github.com/fluxcd/helm-controller/issues/554 There is only one small change to production code. The rest is...