Closed Kimi450 closed 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 int64
s being passed in too instead of being strict.
https://github.com/truecharts/library-charts/pull/418
Whenever the above is merged, in 24-48 hours, the downstream charts should be updated too after which this issue will be unblocked.
TC changed the library-chart repo that their charts use, so the config in this repo needs to be fixed/validated.