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

Updated dockerfile and helm values to support amd64 and arm64 #464

Closed ajaykumar4 closed 4 months ago

ajaykumar4 commented 4 months ago

fixes #462

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 86.56%. Comparing base (e473cb3) to head (ef3e925). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #464 +/- ## ======================================= Coverage 86.56% 86.56% ======================================= Files 23 23 Lines 856 856 ======================================= Hits 741 741 Misses 115 115 ```

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

jkroepke commented 4 months ago

Could you explain, why you are manually download curl instead using the os one?

ajaykumar4 commented 4 months ago

To keep init container and dockerfile straps as same as possible

jkroepke commented 4 months ago

Thanks