chore: test test

Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
This commit is contained in:
Leonardo Cecchi 2025-06-09 13:47:43 +02:00
parent b45cddfc19
commit 9d7606947d

View File

@ -113,6 +113,7 @@ func Setup(ctx context.Context, cl client.Client, opts ...SetupOption) error {
return err return err
} }
options.CNPGImageTag = "dev-config-plugin"
if err := installCNPG(ctx, cl, options); err != nil { if err := installCNPG(ctx, cl, options); err != nil {
return err return err
} }