cozystack/packages/apps
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
..
bucket [docs] Updated app go types 2026-03-25 15:57:25 +05:00
clickhouse [docs] Updated app go types 2026-03-25 15:57:25 +05:00
foundationdb [docs] Updated app go types 2026-03-25 15:57:25 +05:00
harbor [docs] Updated app go types 2026-03-25 15:57:25 +05:00
http-cache Prepare release v1.2.0 2026-03-27 14:00:46 +00:00
kafka [docs] Updated app go types 2026-03-25 15:57:25 +05:00
kubernetes fix(kubernetes): set explicit ephemeral-storage on virt-launcher pods 2026-03-31 12:48:07 +02:00
mariadb fix(mariadb): use primary service for backups with single replica 2026-03-27 11:47:32 +05:00
mongodb [docs] Updated app go types 2026-03-25 15:57:25 +05:00
nats [docs] Updated app go types 2026-03-25 15:57:25 +05:00
openbao [docs] Updated app go types 2026-03-25 15:57:25 +05:00
opensearch [docs] Fixed controller-gen markers 2026-03-25 15:57:25 +05:00
postgres fix(postgres): revert default PostgreSQL version to v17 2026-04-02 18:51:19 +03:00
qdrant [docs] Updated app go types 2026-03-25 15:57:25 +05:00
rabbitmq [docs] Updated app go types 2026-03-25 15:57:25 +05:00
redis [docs] Updated app go types 2026-03-25 15:57:25 +05:00
tcp-balancer [docs] Updated app go types 2026-03-25 15:57:25 +05:00
tenant [docs] Updated app go types 2026-03-25 15:57:25 +05:00
vm-disk [docs] Updated app go types 2026-03-25 15:57:25 +05:00
vm-instance fix(vm-instance): remove fail on both networks and subnets set 2026-03-30 11:11:56 +05:00
vpc [docs] Update cozyvalues-gen 2026-03-25 15:59:22 +05:00
vpn [docs] Updated app go types 2026-03-25 15:57:25 +05:00
Makefile refactor: move scripts to hack directory 2026-01-15 16:06:56 +01:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd