From f071fccc3376adf922ce38f61a39a594fdb191ef Mon Sep 17 00:00:00 2001 From: Tushar240503 <98592305+Tushar240503@users.noreply.github.com> Date: Sat, 31 Jan 2026 19:44:24 +0530 Subject: [PATCH] updated prometheus-operator crd checksum autobump (#12939) * updated prometheus-operator crd checksum autobump Signed-off-by: Tushar Sharma * updated to Next-Gen format Signed-off-by: Tushar Sharma --------- Signed-off-by: Tushar Sharma --- .../src/component_hash_update/components.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/component_hash_update/src/component_hash_update/components.py b/scripts/component_hash_update/src/component_hash_update/components.py index d7dbdcaec..1cbdf1d54 100644 --- a/scripts/component_hash_update/src/component_hash_update/components.py +++ b/scripts/component_hash_update/src/component_hash_update/components.py @@ -116,4 +116,9 @@ infos = { "graphql_id": "R_kgDODQ6RZw", "binary": True, }, + "prometheus_operator_crds": { + "url": "https://github.com/prometheus-operator/prometheus-operator/releases/download/v{version}/stripped-down-crds.yaml", + "graphql_id": "R_kgDOBBxPpw", + "binary": True, + }, }