From 464e3222d2a09ac5863eb091fdcc4df518c5f5c7 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 2 Apr 2026 20:21:19 -0700 Subject: [PATCH] Document upstream fix for Prowler --registry bug (pending release) PR #10470 merged 2026-03-30; initContainer workaround stays until a Prowler release includes the fix (latest is 5.22.0). Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/prowler/cronjob-image-scan.yaml | 3 +++ docs/changelog.d/+prowler-registry-fix-upstream.doc.md | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/changelog.d/+prowler-registry-fix-upstream.doc.md diff --git a/argocd/manifests/prowler/cronjob-image-scan.yaml b/argocd/manifests/prowler/cronjob-image-scan.yaml index 5d8ea7e..84df1e0 100644 --- a/argocd/manifests/prowler/cronjob-image-scan.yaml +++ b/argocd/manifests/prowler/cronjob-image-scan.yaml @@ -20,6 +20,9 @@ spec: # not passed to provider constructor). Generate image list from # zot catalog API instead. # See: https://github.com/prowler-cloud/prowler/issues/10457 + # Fix merged upstream (PR #10470, 2026-03-30) but not yet in a + # release (latest: 5.22.0). Remove this initContainer once a + # release includes the fix and we upgrade. - name: enumerate-images image: registry.ops.eblu.me/blumeops/prowler:kustomized command: ["python3", "-c"] diff --git a/docs/changelog.d/+prowler-registry-fix-upstream.doc.md b/docs/changelog.d/+prowler-registry-fix-upstream.doc.md new file mode 100644 index 0000000..360e460 --- /dev/null +++ b/docs/changelog.d/+prowler-registry-fix-upstream.doc.md @@ -0,0 +1 @@ +Prowler `--registry` fix merged upstream (PR #10470); initContainer workaround documented as pending release.