cozystack/packages/core/platform/sources/postgres-application.yaml
Andrei Kvapil 2d022e38e3
refactor(platform): restructure bundles and add PackageSources
Restructure platform bundles from monolithic files to modular
directory structure with separate applicationdefinitions.

Add PackageSources for better dependency management and
migrate from legacy HelmRepositories to new repository format.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2026-01-15 14:15:00 +01:00

28 lines
672 B
YAML

---
apiVersion: cozystack.io/v1alpha1
kind: PackageSource
metadata:
name: cozystack.postgres-application
spec:
sourceRef:
kind: OCIRepository
name: cozystack-packages
namespace: cozy-system
path: /
variants:
- name: default
dependsOn:
- cozystack.networking
- cozystack.postgres-operator
libraries:
- name: cozy-lib
path: library/cozy-lib
components:
- name: postgres
path: apps/postgres
libraries: ["cozy-lib"]
- name: postgres-rd
path: system/postgres-rd
install:
namespace: cozy-system
releaseName: postgres-rd