Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
IvanHunters
573e7b19bc chore: remove inline comment from targetVersion
Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-04-02 18:55:02 +03:00
IvanHunters
747a1745e9 fix(postgres): revert default PostgreSQL version to v17
The v1.2.0 release introduced PostgreSQL v18 as default, which causes
compatibility issues with existing v17 installations. This change:

- Sets default version back to v17 in values.yaml and schema
- Adjusts migration targetVersion to 38 to enable migration 37
- Migration 37 backfills version field for existing installations

This ensures existing PostgreSQL clusters continue working after upgrade.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-04-02 18:51:19 +03:00
3 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@
"version": {
"description": "PostgreSQL major version to deploy",
"type": "string",
"default": "v18",
"default": "v17",
"enum": [
"v18",
"v17",

View file

@ -43,7 +43,7 @@ external: false
## @value v13
## @param {Version} version - PostgreSQL major version to deploy
version: v18
version: v17
## @section Application-specific parameters
##

View file

@ -5,8 +5,8 @@ sourceRef:
path: /
migrations:
enabled: false
image: ghcr.io/cozystack/cozystack/platform-migrations:v1.2.0@sha256:3a3d8cfa4323d8023b7c7800d8b552b250bc2de01ca7550fd024a10b12324f6d
targetVersion: 37
image: ghcr.io/cozystack/cozystack/platform-migrations:v1.2.1@sha256:e8fcf006a4451fc0e961455e9b27a61b7103ee49b1a81fe5e4662ffed093fad6
targetVersion: 38
# Bundle deployment configuration
bundles:
system: