Skip to content

Commit 2afe84f

Browse files
authored
Update importer values (#123)
Signed-off-by: mrrajan <86094767+mrrajan@users.noreply.github.com.>
1 parent 2c82729 commit 2afe84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tpa_single_node/templates/manifests/init/create_importer/Configmap.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data:
2727
;
2828

2929
INSERT INTO IMPORTER (name, revision, state, last_change, configuration)
30-
VALUES ('redhat-sboms', gen_random_uuid(), 0, now(), '{"sbom":{"description":"All Red Hat SBOMs","fetchRetries":50,"disabled": true,"keys":["https://access.redhat.com/security/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4"],"period":"1d","source":"https://access.redhat.com/security/data/sbom/beta/"}}'::jsonb)
30+
VALUES ('redhat-sboms', gen_random_uuid(), 0, now(), '{"sbom":{"description":"All Red Hat SBOMs","fetchRetries":50,"disabled": true,"keys":["https://security.access.redhat.com/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4"],"period":"1d","source":"https://security.access.redhat.com/data/sbom/v1/"}}'::jsonb)
3131
ON CONFLICT (name) DO UPDATE
3232
SET
3333
revision=EXCLUDED.revision,

0 commit comments

Comments
 (0)