image-reflector-controller icon indicating copy to clipboard operation
image-reflector-controller copied to clipboard

GitOps Toolkit controller that scans container registries

Results 43 image-reflector-controller issues
Sort by recently updated
recently updated
newest added

Similar to [kustomize-controller e2e workflow](https://github.com/fluxcd/kustomize-controller/blob/main/.github/workflows/e2e.yaml), we should create e2e tests for image-reflector-controller. We can use GHCR to avoid Docker Hub rate limits for public image: https://github.com/orgs/fluxcd/packages

This change refactors image-reflector-controller to implement the new unified standards of flux controllers. It uses the result finalizer from https://github.com/fluxcd/pkg/pull/329 for computing the status conditions of ImageRepository and ImagePolicy objects...

enhancement

All the docs related to image-reflector-controller needs to be updated with v1beta2 API. The spec docs have been updated as part of the refactor PR in https://github.com/fluxcd/image-reflector-controller/pull/311. - [ ]...

area/docs
help wanted

Our flux auto deployment woroking without any issues. But we are having loot of inconscity with Webhook to deploy latest image as soon as image pushed. As soon as we...

Bumps the ci group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `sigstore/cosign-installer` from 3.4.0 to 3.5.0 Release notes Sourced from sigstore/cosign-installer's releases. v3.5.0 What's Changed Bump actions/checkout from 4.1.1 to 4.1.2 by...

area/ci
dependencies

Bumps the go-deps group with 1 update: [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg). Updates `github.com/fluxcd/pkg/runtime` from 0.45.0 to 0.46.0 Commits cfa07c7 Merge pull request #756 from fluxcd/kustomize-v5.4.0 8a7418f Update dependencies to Kustomize v5.4.0 See full...

dependencies

Added a note for EKS gotcha that I struggled with. Hopefully makes it easier for the next person.

area/docs

Every time the image-reflector-controller pod goes down for any reason, it isn't waiting for running reconciliations to finish, and propagates an immediate context cancellation to the running contexts. This causes...

enhancement
area/ux

Add a new field `.spec.insecure` to the `ImageRepository` API to allow indicating that the registry is an insecure registry, i.e. hosted at an HTTP endpoint. Furthermore, add a new flag...