diff --git a/test/support/test_constants.go b/test/support/test_constants.go index 01576f0..6626c49 100644 --- a/test/support/test_constants.go +++ b/test/support/test_constants.go @@ -49,6 +49,7 @@ func MandatoryTasOperatorImageKeys() []string { "tuf-image", "ctlog-image", + "ctlog-monitor-image", "client-server-image", @@ -91,6 +92,7 @@ func AnsibleTasImageKeys() []string { "tas_single_node_rekor_server_image", "tas_single_node_rekor_monitor_image", "tas_single_node_ctlog_image", + "tas_single_node_ctlog_monitor_image", "tas_single_node_rekor_redis_image", "tas_single_node_trillian_db_image", "tas_single_node_tuf_image", diff --git a/testdata/repositories.json b/testdata/repositories.json index 2ef38b3..271c1d3 100644 --- a/testdata/repositories.json +++ b/testdata/repositories.json @@ -95,6 +95,11 @@ "_id": "65f1bc90be2720152f91b063", "published": true }, + { + "repository": "rhtas/ctlog-monitor-rhel9", + "_id": "696ff34dec75adad72d28ac1", + "published": false + }, { "repository": "rhtas/rekor-server-rhel9", "_id": "65f1bd0390398b14445b4cd5",