helm icon indicating copy to clipboard operation
helm copied to clipboard

Feature: Pin a specific `nginx` tag

Open felixscheinost opened this issue 1 year ago • 2 comments

Description of the change

Currently nginx:alpine is used which is bad practice, as the image will never be updated after the initial pull. I suggest that rather a specific nginx version should be used, which would be updated regularly.

Benefits

  • Users wouldn't need to manually check of updates of nginx and manually overwrite the nginx tag.

  • Tests of this Helm chart would be more meaningful as the nginx version that is tested against is what would also be running on enduser's systems.

Possible drawbacks

  • There would be an additional maintenance effor of keeping the version up-to-date in this chart.

felixscheinost avatar Jan 16 '24 13:01 felixscheinost

okay, so it turns out there's a list of "always enabled" apps that one cannot unselect.

so for improved UX and less confusion we should display these in the dropdown list, but in a disabled way so that the user sees that they cannot remove them

PVince81 avatar Aug 06 '21 15:08 PVince81