Skip to main content

ImageRepository

Scans a container image repository and records its available tags.

  • Group: image.toolkit.fluxcd.io
  • Version: v1

Fields

FieldLabelTypeRequiredDescription
metadata.nameNamestringYesUnique name for this ImageRepository resource.
metadata.namespaceNamespacestringYesNamespace where the resource will be created.
spec.imageImagestringYesContainer image repository to scan.
spec.providerRegistry ProviderselectNoRegistry provider (generic, aws, azure, or gcp).
spec.intervalScan IntervaldurationYesHow often to scan for new images (for example, 5m).

Example

apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageRepository
metadata:
name: example
namespace: flux-system
spec:
interval: 5m
image: ghcr.io/org/app

See the official ImageRepository documentation for the complete API.