chore: bump recipe to 3.1.0+v2.0.0 (minor, no operator action required)
Some checks failed
cc-ci/testme cc-ci: failure

The Postgres major-version upgrade and ClickHouse changes are now handled
automatically (pgautoupgrade + resilient entrypoint), so this is a
backward-compatible minor bump, not a major one.
This commit is contained in:
notplants
2026-06-09 15:43:12 +00:00
parent 7690ffbcf4
commit 60a611d1fd

View File

@ -33,7 +33,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=4.0.0+v2.0.0
- coop-cloud.${STACK_NAME}.version=3.1.0+v2.0.0
db:
image: pgautoupgrade/pgautoupgrade:18-alpine
volumes: