jkroepke / helm-secrets

A helm plugin that help manage secrets with Git workflow and store them anywhere
https://github.com/jkroepke/helm-secrets/wiki
Apache License 2.0
1.53k stars 129 forks source link

Fix download-tools init container sops release url, append .amd64 #415

Closed DanielBronk closed 1 year ago

DanielBronk commented 1 year ago

What this PR does / why we need it: Correct curl 404 error in sops release url in the download-tools init container.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (cd769d5) 86.64% compared to head (f55eff4) 86.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #415 +/- ## ======================================= Coverage 86.64% 86.64% ======================================= Files 23 23 Lines 846 846 ======================================= Hits 733 733 Misses 113 113 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jkroepke commented 1 year ago

thanks!