v3DJG6GL / truecharts_archive

16 stars 10 forks source link

[REQUEST ] Additional apps update request #4

Open ikiris opened 1 week ago

ikiris commented 1 week ago

Hello, Any chance for updates on grafana, prometheus?

Also, when it comes out in a few days, the 1.0 version release of satisfactory on sept 10?

If needed I can try and pitch in when I get some time as well especially as to maintaining satisfactory while it's getting quick post release updates.

m-aar-ten commented 1 week ago

I also have some time to help with updating apps if that would be helpful.

ikiris commented 1 week ago

Satisfactory needs bumped to at least 1.7.3, or ideally just latest.

hey101 commented 6 days ago

I wrote a script that updates the repo automatically on my fork. I haven't setup a method to use alternative images to fix certain apps yet, however, it should keep things up to date as truecharts pushes new updates. Still working on various bug fixes but the script follows the manual update method v3DJG6GL posted. It just saves the manual update time. Working on a few optimizations and then ill also publish the script that I made as well as linking it to v3DJG6GL. Probably not allowed to mention it as I don't want to take away from v3DJG6GL, but just wanted to save on update time itself. So if not allowed then ill remove this message

Niborian commented 6 days ago

Im looking in to these apps πŸ˜„ :

(Im gonna try to UpdateπŸ˜…)

Niborian commented 6 days ago

Now ive made pull (merge) requests for all those apps 😁

ikiris commented 5 days ago

I did a proper satisfactory pr to cover the updates / changes.

https://github.com/v3DJG6GL/truecharts_archive/pull/12

v3DJG6GL commented 2 days ago

Hi all and sorry for my late reply. I moved into a new apartment the last days and haven't found enough time to stay active here.

I wrote a script that updates the repo automatically on my fork. I haven't setup a method to use alternative images to fix certain apps yet, however, it should keep things up to date as truecharts pushes new updates. Still working on various bug fixes but the script follows the manual update method v3DJG6GL posted. It just saves the manual update time. Working on a few optimizations and then ill also publish the script that I made as well as linking it to v3DJG6GL. Probably not allowed to mention it as I don't want to take away from v3DJG6GL, but just wanted to save on update time itself. So if not allowed then ill remove this message

That sounds super nice! :) And no worries, feel free to post your script here. It would be awesome to have less work with updating all these apps :D I'd love to implement it once you think it's ready. How does the script behave if some templates and yaml files in subfolfers, e.g. .../app/1.0.0/templates/_configmap.tpl or .../app/1.0.0/templates/common.yaml or /app/1.0.0/ci/basic-values.yaml are changed/added/removed?

v3DJG6GL commented 2 days ago

Now ive made pull (merge) requests for all those apps 😁

Thanks for the PRs! I'll review them today and merge theme asap :))

hey101 commented 2 days ago

Hi all and sorry for my late reply. I moved into a new apartment the last days and haven't found enough time to stay active here.

I wrote a script that updates the repo automatically on my fork. I haven't setup a method to use alternative images to fix certain apps yet, however, it should keep things up to date as truecharts pushes new updates. Still working on various bug fixes but the script follows the manual update method v3DJG6GL posted. It just saves the manual update time. Working on a few optimizations and then ill also publish the script that I made as well as linking it to v3DJG6GL. Probably not allowed to mention it as I don't want to take away from v3DJG6GL, but just wanted to save on update time itself. So if not allowed then ill remove this message

That sounds super nice! :)

And no worries, feel free to post your script here. It would be awesome to have less work with updating all these apps :D

I'd love to implement it once you think it's ready.

How does the script behave if some templates and yaml files in subfolfers, e.g. .../app/1.0.0/templates/_configmap.tpl or .../app/1.0.0/templates/common.yaml or /app/1.0.0/ci/basic-values.yaml are changed/added/removed?

Right now it would possibly break or just skip updating that app if certain things failed. I definitely have to work on edge cases and also allow a list of apps to use a different third party image.

I have a couple more changes to make and then I can make it public and then work on those changes to optimize it.