Skip to content

Commit a5c43f4

Browse files
committed
ci(versions): use full variable name in cozy-installer report label
Address review feedback from gemini-code-assist on hack/check-versions.sh: use the full `cozystack_chart_version` name (matching the actual key in roles/cozystack/defaults/main.yml) instead of the abbreviated `chart_version` so a DRIFT report points directly at the variable to inspect. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
1 parent 6109aca commit a5c43f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/check-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cozy_ubuntu=$(strip_v "$(get_collection_version examples/ubuntu/requirements.yml
7575

7676
report "cozy-installer" \
7777
"galaxy.yml:version" "$cozy_galaxy" \
78-
"roles/cozystack/defaults/main.yml:chart_version" "$cozy_role" \
78+
"roles/cozystack/defaults/main.yml:cozystack_chart_version" "$cozy_role" \
7979
"examples/rhel/requirements.yml" "$cozy_rhel" \
8080
"examples/suse/requirements.yml" "$cozy_suse" \
8181
"examples/ubuntu/requirements.yml" "$cozy_ubuntu" \

0 commit comments

Comments
 (0)