Versions in this module Expand all Collapse all v1 v1.0.1 Nov 14, 2025 v1.0.0 Nov 11, 2025 Changes in this version + const ResourcesFinalizerName + type ImageUpdaterConfig struct + ArgoClient argocd.ArgoCD + ArgocdNamespace string + CheckInterval time.Duration + DisableKubeEvents bool + DryRun bool + EnableWebhook bool + GitCommitMail string + GitCommitMessage *template.Template + GitCommitSignOff bool + GitCommitSigningKey string + GitCommitSigningMethod string + GitCommitUser string + GitCreds git.CredsStore + KubeClient *kube.ImageUpdaterKubernetesClient + LogFormat string + LogLevel string + MaxConcurrentApps int + RegistriesConf string + type ImageUpdaterReconciler struct + CacheWarmed <-chan struct{} + Config *ImageUpdaterConfig + MaxConcurrentReconciles int + Once bool + Scheme *runtime.Scheme + StopChan chan struct{} + Wg sync.WaitGroup + func (r *ImageUpdaterReconciler) ProcessImageUpdaterCRs(ctx context.Context, crs []iuapi.ImageUpdater, warmUp bool, ...) error + func (r *ImageUpdaterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *ImageUpdaterReconciler) RunImageUpdater(ctx context.Context, cr *iuapi.ImageUpdater, warmUp bool, ...) (argocd.ImageUpdaterResult, error) + func (r *ImageUpdaterReconciler) SetupWithManager(mgr ctrl.Manager) error