truecharts / public

Community Helm Chart Repository
https://truecharts.org
GNU Affero General Public License v3.0
1.15k stars 621 forks source link

Common: Add tag selector #1588

Closed PrivatePuffin closed 2 years ago

PrivatePuffin commented 2 years ago

Is your feature request related to a problem? Please describe. Some apps would preferably be deployed with a selector for the tag, for example:

This would still need to be inside values.yaml and comply to the renovate format requirements. This means the image defination has to comply to this format:

 image:
   repository: 'something'
   tag: v1.0.0
 renovateImage:
   repository: 'something'
   tag: v1.0.0

It also means that an additional selector value is needed, something like

activeImage: image

or

activeImage: alternativeImage

Afterwards the common deployment specifications need to be rewrithen to enable use of this structure. Preferably this is done in a seperate include that just overwrites "image" with the alt value if the activeImage is not image.

It's important to note that the image being present and filled is a requirement from TrueNAS, it always has to contain something.

PrivatePuffin commented 2 years ago

done

truecharts-admin commented 1 year ago

This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists