diff --git a/deploy/plane-ce/kustomization.yaml b/deploy/plane-ce/kustomization.yaml index db4ad1a..5173fe0 100644 --- a/deploy/plane-ce/kustomization.yaml +++ b/deploy/plane-ce/kustomization.yaml @@ -6,7 +6,12 @@ helmCharts: version: 1.0.30 releaseName: plane-app valuesInline: - planeVersion: v1.8.0 + planeVersion: stable + postgres: + local_setup: false + servicePort: 5432 + env: + pgdb_remote_url: postgresql://plane:w20t4g8h244ivjz0kef1hi10@postgres-base-rw.postgres.svc.cluster.local:5432/plane_db certManager: true ingress: ingressClass: nginx