WIP: chore: update image tags #10

Draft
ammaratef45 wants to merge 1 commits from upgrade-recipe into main
Owner

Needs some testding

Needs some testding
ammaratef45 added 1 commit 2026-03-03 05:34:14 +00:00
Owner

did you test the upgrade or did you deploy a new app? I'm a little scared if this breaks any existing deployment

did you test the upgrade or did you deploy a new app? I'm a little scared if this breaks any existing deployment
Author
Owner

@p4u1 I'm testing this and some things need to change (for example the loki config template will be updated because config values have changed)

But without upgrading, the recipe as is works only for older docker version

Example error:

�2026-03-03T05:27:21.190753654Z level=error ts=2026-03-03T05:27:21.097480418Z caller=refresh.go:99 component=docker_discovery discovery=docker config=docker/unix:///var/run/docker.sock:80 msg="Unable to refresh target groups" err="error while listing containers: Error response from daemon: client version 1.42 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version"
@p4u1 I'm testing this and some things need to change (for example the loki config template will be updated because config values have changed) But without upgrading, the recipe as is works only for older docker version Example error: ``` �2026-03-03T05:27:21.190753654Z level=error ts=2026-03-03T05:27:21.097480418Z caller=refresh.go:99 component=docker_discovery discovery=docker config=docker/unix:///var/run/docker.sock:80 msg="Unable to refresh target groups" err="error while listing containers: Error response from daemon: client version 1.42 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version" ```
Owner

Ah damn, yeah the upgrade is long overdue. If you need help testing, I have some time next friday

Ah damn, yeah the upgrade is long overdue. If you need help testing, I have some time next friday
Author
Owner

Yeah testing the upgrade would be great as I'm focused on testing making the recipe deployment work for new apps (I have no current stacks with this recipe deployed)

Yeah testing the upgrade would be great as I'm focused on testing making the recipe deployment work for new apps (I have no current stacks with this recipe deployed)
Author
Owner

I can spin a new vm and test the deploying with an older docker so I can do the upgrade as well, given how big this recipe is it might be a heavy lift so I'll take all the help I can get haha

I can spin a new vm and test the deploying with an older docker so I can do the upgrade as well, given how big this recipe is it might be a heavy lift so I'll take all the help I can get haha
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin upgrade-recipe:upgrade-recipe
git checkout upgrade-recipe
Sign in to join this conversation.
No description provided.