From 32a26b4289906e5935c30318f42ef20f2f7ec6a8 Mon Sep 17 00:00:00 2001 From: "flamingo[bot]" <277372822+flamingo[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 05:03:40 +0000 Subject: [PATCH] fix(REGISTRY-001): 2 review findings in regsync-config.yaml --- regsync-config.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/regsync-config.yaml b/regsync-config.yaml index e7e39a9..051ce9f 100644 --- a/regsync-config.yaml +++ b/regsync-config.yaml @@ -186,14 +186,6 @@ sync: # Includes: Debezium, Apache Pinot # --------------------------------------------------------------------------- - - source: quay.io/debezium/connect - target: ${TARGET_REGISTRY}/debezium/connect - type: repository - tags: - allow: - - '2\.([5-9]|[0-9]{2,})\.[0-9]+\.Final' - - '[3-9]\.[0-9]+\.[0-9]+\.Final' - - source: quay.io/debezium/connect target: ${TARGET_REGISTRY}/debezium/connect type: repository @@ -202,18 +194,22 @@ sync: - ">=3.0.0" allow: - '[0-9]+\.[0-9]+\.[0-9]+' + - '[0-9]+\.[0-9]+\.[0-9]+\.Final' - source: docker.io/apachepinot/pinot target: ${TARGET_REGISTRY}/apachepinot/pinot type: repository tagSets: - allow: + # "latest" retained: upstream publishes rolling SNAPSHOT/latest builds + # used for pre-release testing; pinned alongside explicit SNAPSHOT tag. - "latest" - "1.5.0-SNAPSHOT-43142cdc37-20251204" - semverRange: - ">=0.1.0" allow: - '[0-9]+\.[0-9]+\.[0-9]+' + # "latest" retained here for the same reason as above. - latest # --------------------------------------------------------------------------- @@ -854,3 +850,4 @@ sync: - ">=2.23.6" allow: - '[0-9]+\.[0-9]+\.[0-9]+' +