chore: update image tags #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "upgrade-recipe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needs some testding
did you test the upgrade or did you deploy a new app? I'm a little scared if this breaks any existing deployment
@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:
Ah damn, yeah the upgrade is long overdue. If you need help testing, I have some time next friday
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)
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 just check and we did not deploy loki yet. I wonder if anyone is actually using it if it is not even working with a recent docker version. Will test the other updates later
@ -3,3 +3,3 @@services:prometheus:image: prom/prometheus:v2.55.1image: prom/prometheus:v3.10.0Breaking changes look okay to me: https://prometheus.io/docs/prometheus/latest/migration/
@ -3,3 +3,3 @@services:matrix-alertmanager-receiver:image: metio/matrix-alertmanager-receiver:2025.2.9image: metio/matrix-alertmanager-receiver:2026.2.25Looks good to me
@ -3,3 +3,3 @@services:pushgateway:image: prom/pushgateway:v1.10.0image: prom/pushgateway:v1.11.2looks good
@ -4,3 +4,3 @@services:app:image: prom/node-exporter:v1.8.1image: prom/node-exporter:v1.10.2looks good
@ -44,3 +44,3 @@cadvisor:image: gcr.io/cadvisor/cadvisor:v0.49.2image: gcr.io/cadvisor/cadvisor:v0.55.1This was the only upgrade not I could find in the release notes, so looks good to me:
v0.55: docker versions older than 25.0 are no longer supported
@ -3,3 +3,3 @@services:grafana:image: grafana/grafana:10.4.14image: grafana/grafana:12.4.0Needed to migrate how we import alerts: #16
Deployed the previous recipe two weeks ago, then updated cadvisor after a day to support reading labels on my Docker version, the image tags in this PR fixed that. Upgrade worked, but this was without Loki and only with one day of data.
This week I got Loki running. Wasn't really sure yet of any side effects of what I had to change in the config, I now see it's nearly identical to the last commit of @ammaratef45 . Except I kept schema v11 initially. I've now upgraded to
cdc0133c31, so upgrading to scheme v13 in Loki also works without losing log history.@ -108,3 +104,4 @@retention_enabled: trueretention_delete_delay: 2hretention_delete_worker_count: 150delete_request_store: filesystemChanging this line to
to support the optional S3 storage in the config.
WIP: chore: update image tagsto chore: update image tagsOkay I'm happy with this so far, @dannygroenewegen @p4u1 wdyt?