Kimi450 / ubuntu_server

Setup an ubuntu server with ease.
85 stars 10 forks source link

Fix installations for new TrueCharts major release #14

Closed Kimi450 closed 1 year ago

Kimi450 commented 1 year ago

TC changed the library-chart repo that their charts use, so the config in this repo needs to be fixed/validated.

Kimi450 commented 1 year ago

Bash (like many shells) uses int64 for its integers, this means when using --set to set arguments which expect int values will break after seeing an int64. This seems to be an inherent limitation, with the workaround being using values.yaml files instead (which I dont really wanna do here). PR was opened for TC library-charts repo to add support for int64s being passed in too instead of being strict. https://github.com/truecharts/library-charts/pull/418

Kimi450 commented 1 year ago

Whenever the above is merged, in 24-48 hours, the downstream charts should be updated too after which this issue will be unblocked.