Skip to content

Conversation

@b-n
Copy link
Collaborator

@b-n b-n commented Oct 12, 2025

In this PR:

  • Update docmost to specify versions of containers
  • Update nocodb to specify versions of containers
  • Upgrade docmost
  • Upgrade nocodb
  • Upgrade nocodb:redis to 8.2 (they use :latest in their compose)
  • Upgrade docmost:redis. Code base doesn't look version pinned

docmost:redis doesn't really have much in the way of letting us know the supported versions of redis. docmost relies on the ioredis package, which specifies some compatibility info: https://github.com/redis/ioredis?tab=readme-ov-file#versions. docmost uses ioredis 5, so we are safe to use redis:latest (i.e. v8). Doesn't seem like anything broke when upgrading, so that's cool.

All updates were done by:

  1. Editing the image value in kustomization.yaml
  2. Running a diff (e.g. kustomize build --enable-alpha-plugins --enable-exec . | kubectl diff -f -)
  3. Only the image changed, applied the diff (e.g. kustomize build --enable-alpha-plugins --enable-exec . | kubectl apply -f -)
  4. Checked to make sure the service was up and running still 🚀

@netlify
Copy link

netlify bot commented Oct 12, 2025

Deploy Preview for twc-site-nl ready!

Name Link
🔨 Latest commit 299fecf
🔍 Latest deploy log https://app.netlify.com/projects/twc-site-nl/deploys/68eb71fb41fb0a0008754409
😎 Deploy Preview https://deploy-preview-150--twc-site-nl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@b-n b-n merged commit d2d3993 into main Oct 12, 2025
6 checks passed
@b-n b-n deleted the infra-docker-versions branch October 12, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants