From b4c3b26c312d0d72b7a2c4124297875572e3eb9b Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 18:16:09 +0000 Subject: [PATCH 1/2] feat(helm)!: Update chart piped to 5.0.0 --- kube/deploy/apps/piped/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/apps/piped/app/hr.yaml b/kube/deploy/apps/piped/app/hr.yaml index 3f2b7530..6bc990fe 100644 --- a/kube/deploy/apps/piped/app/hr.yaml +++ b/kube/deploy/apps/piped/app/hr.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: piped - version: 4.1.2 + version: 5.0.0 sourceRef: name: piped kind: HelmRepository From 31d345ca764cdebd0178d1fa68b1cc05bdc0ec6e Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 28 Jan 2024 09:20:51 +0800 Subject: [PATCH 2/2] fix(piped): 5.0.0 db secret --- kube/deploy/apps/piped/app/hr.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kube/deploy/apps/piped/app/hr.yaml b/kube/deploy/apps/piped/app/hr.yaml index 6bc990fe..925bd67f 100644 --- a/kube/deploy/apps/piped/app/hr.yaml +++ b/kube/deploy/apps/piped/app/hr.yaml @@ -34,7 +34,10 @@ spec: database: connection_url: "jdbc:postgresql://pg-default-pgbouncer.pg.svc:5432/piped" driver_class: "org.postgresql.Driver" - secret: "pg-default-pguser-piped-fixed" + secret: + name: "pg-default-pguser-piped" + username: "username" + password: "password" podSecurityContext: &psc runAsUser: &uid ${APP_UID_PIPED} runAsGroup: *uid