From 321927dbf1c12ceaaea5f125b73b39e4cdf40c30 Mon Sep 17 00:00:00 2001 From: Axuba Date: Fri, 18 Oct 2024 15:31:49 +0200 Subject: [PATCH] Fix label name in error output message --- roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml b/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml index 81ed152af..e7b1b907d 100644 --- a/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml +++ b/roles/parse_operator_bundle/tasks/bundle_sanity_checks.yml @@ -28,7 +28,7 @@ - name: "Check if the operators.operatorframework.io.bundle.channels.v1 from annotation.yaml matches the bundle image label" fail: - msg: "The operators.operators.operatorframework.io.bundle.channels.v1 value in the annotations yaml doesn't match the corresponding bundle image label!" + msg: "The operators.operatorframework.io.bundle.channels.v1 value in the annotations yaml doesn't match the corresponding bundle image label!" when: annotations_vars.annotations['operators.operatorframework.io.bundle.channels.v1'] != skopeo_inspect_json.Labels['operators.operatorframework.io.bundle.channels.v1'] - name: "Check if the operators.operatorframework.io.bundle.manifests.v1 from annotation.yaml matches the bundle image label"