leigh capili
leigh capili
would this also track resources such as upgrade hooks and tests in the same inventory list? Just noting this should specifically use the output of post-renderers.
@schrej, thanks for explaining your use-case with personas and namespace examples. I don't think Flux's current namespace matching behavior is preventing you from accomplishing what you need, and I think...
@adberger the Capsule use-case for Tenants is very cool -- are you mainly a contributor to Capsule or an end-user of the project? Capsule has an awesome integration with Flux...
hm... There is nothing in flux's OCIRepo spec that would let the registry client know that `/zot/` is a "base path" where `/v2/` should come after it rather than before...
You're definitely not the first to try this. A prefix is supported when hosting the `registry` project as well. It seems primarily intended to be fronted by a reverse proxy...
p.s. I don't know your full use-case, but if hosting multiple sub-domains is costly or impractical for you, you might take a look at using something like Tailscale/Headscale or Cloudflare...
A release candidate for this garbage-collection logic is cut: - `ghcr.io/fluxcd/image-reflector-controller:rc-c4913021` - `docker.io/fluxcd/image-reflector-controller:rc-c4913021` Updated CRD's: `kustomize build https://github.com/fluxcd/image-reflector-controller//config/crd/`
Rebased on badger v4 + test passes locally ``` === RUN TestBadgerGCLoad badger_gc_test.go:132: "ts"="2025-09-05 13:30:17.723669" "level"=0 "msg"="INFO: All 0 tables opened in 0s\n" badger_gc_test.go:132: "ts"="2025-09-05 13:30:17.733238" "level"=0 "msg"="INFO: Discard stats...
Hi @ilya-korol 👋 nice catch on this. We needed to manually manage Badger's garbage collection processes. I've done some [synthetic tests](https://github.com/fluxcd/image-reflector-controller/pull/763) and merged #757 which should clean up your vlogs...
[CHANGELOG.md](https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md) shows the effective changes between v0.31.2 and v0.34.0, and these are the commits since then: [v0.34.0..rc-c4913021](https://github.com/fluxcd/image-reflector-controller/commits/main/?since=2025-02-13&until=2025-05-23) If you're able to upgrade in an affected cluster, could try using this...