Skip to content

Commit

Permalink
Merge pull request #355 from SgtCoDFish/fixbundle
Browse files Browse the repository at this point in the history
fix use of system trust bundle when building package
  • Loading branch information
cert-manager-prow[bot] authored May 20, 2024
2 parents 7ce16e8 + 0eb058c commit e943b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/debian-trust-package-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ if [[ "$ACTION" == "latest" && "$installed_version" == "$target_ca_certificates_
fi

echo "{}" | jq \
--rawfile bundle /etc/ssl/certs/ca-certificates.crt \
--rawfile bundle $TMP_DIR/ca-certificates.crt \
--arg name "cert-manager-debian" \
--arg version "$installed_version$version_suffix" \
'.name = $name | .bundle = $bundle | .version = $version' \
Expand Down

0 comments on commit e943b75

Please sign in to comment.