blakeblackshear / blakeshome-charts

Repo for helm charts
45 stars 58 forks source link

Adding imageTag helper #26

Closed maxirus closed 2 years ago

maxirus commented 2 years ago

This PR will serve as the basis to fix #24. Unfortunately, the Frigate Docker image is not built with multi-arch and instead is built separately with a unique tag to denote each CPU architecture. Because of this, the tag or more importantly the image pull, cannot be done in a standard fashion.

This means:

With a multi-arch Docker image, the daemon automatically pulls the proper image for the CPU architecture and thus having a single tag. I've created a new issue here

onedr0p commented 2 years ago

Looks good, I would just bump the minor version not the patch version of the chart :)