diff --git a/internal-services/catalog/pulp-push-disk-images-task.yaml b/internal-services/catalog/pulp-push-disk-images-task.yaml index 713622c..369a0c7 100644 --- a/internal-services/catalog/pulp-push-disk-images-task.yaml +++ b/internal-services/catalog/pulp-push-disk-images-task.yaml @@ -42,7 +42,7 @@ spec: description: Success if the task succeeds, the error otherwise steps: - name: pull-and-push-images - image: quay.io/konflux-ci/release-service-utils:6556e8a6b031c1aad4f0472703fd121a6e1cd45d + image: quay.io/konflux-ci/release-service-utils:597145c2cbcff9e99e1c62169eccab003e68c157 env: - name: EXODUS_CERT valueFrom: @@ -257,7 +257,7 @@ spec: while IFS= read -r -d '' file ; do STAGED_JSON=$(jq --arg filename "$(basename "$file")" --arg path "$file" \ --arg version "$VERSION" \ - '.payload.files[.payload.files | length] = + '.payload.files[.payload.files | length] = {"filename": $filename, "relative_path": $path, "version": $version}' <<< "$STAGED_JSON") done < <(find * -type f -print0)