How to locally update an app from TrueCharts?

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Hi all,

how can I make local modifications to the Chart.yaml of a particular application on my TN SCALE? Would be a good idea to test things before submitting a pull request, right? :wink:

Reason: TrueCommand 2.1 has been out for over a month.

Second question: does a chart have to hardwire a version like "2.0.2"? Or could it just reference "stable" and always get the latest release automatically?

Thanks!
Patrick
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
Hi all,

how can I make local modifications to the Chart.yaml of a particular application on my TN SCALE? Would be a good idea to test things before submitting a pull request, right? :wink:

Reason: TrueCommand 2.1 has been out for over a month.

Second question: does a chart have to hardwire a version like "2.0.2"? Or could it just reference "stable" and always get the latest release automatically?

Thanks!
Patrick

It might be best to reach out to us directly, as we do not offer any level of support here.

Some notes:
- Image versions are not stored in Chart.yaml
- Locally editing the App and bumping the version might or might not work
- Yes, we only allow digest-pinned tags and preferably also versioned tags. On a professional level it's absolutely NOT DONE to use latest or even "stable" rolling docker tags.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776

truecharts

Guru
Joined
Aug 19, 2021
Messages
788

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Thanks, anyway. Happily running 2.1 now.
 
Top