Skip to content

Commit e41d5a9

Browse files
authored
fix: Add FACT image rewriting for Konflux builds (#60)
1 parent 0c5ec50 commit e41d5a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

internal/deployer/operator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ func (d *Deployer) applyImageContentSourcePolicy(ctx context.Context) error {
265265
rewrite("rhacs-scanner-db-slim-rhel8", "release-scanner-db-slim"),
266266
rewrite("rhacs-collector-slim-rhel8", "release-collector-slim"),
267267
rewrite("rhacs-collector-rhel8", "release-collector"),
268+
rewrite("rhacs-fact-rhel8", "release-fact"),
269+
rewrite("rhacs-fact-rhel9", "release-fact"),
268270
rewrite("rhacs-roxctl-rhel8", "release-roxctl"),
269271
rewrite("rhacs-central-db-rhel8", "release-central-db"),
270272
rewrite("rhacs-scanner-v4-db-rhel8", "release-scanner-v4-db"),

0 commit comments

Comments
 (0)