datreeio / helm-datree

A Helm plugin to validate charts against the Datree's CLI tool
https://hub.datree.io/integrations
MIT License
113 stars 26 forks source link

Installation sometimes fails in Travis CI #32

Closed royhadad closed 2 years ago

royhadad commented 2 years ago

Describe the bug I'm running datree in Travis CI using the helm plugin, installing it on every CI run. helm plugin install https://github.com/datreeio/helm-datree The installation fails about 1 out of 3 times, which stops my CI and fails my build.

To Reproduce

  1. Run helm plugin install https://github.com/datreeio/helm-datree in Travis CI (might work locally as well)
  2. The CI sometimes fails to install

Expected behavior Installation should work and CI continue

Screenshots Screen Shot 2022-03-31 at 13 25 44

Desktop (please complete the following information):

Datree plugin version (run helm datree verion):

Additional context
This may have nothing to do with Travis CI, but rather with the github servers.

hadar-co commented 2 years ago

@royhadad @MentalBrake You can use the new docker image in your CI and avoid needing to download/install anything: https://hub.docker.com/r/datree/datreeci

royhadad commented 2 years ago

Awesome! 😎