From 9f6e92726e7a9ff02198914ee50fd290fc1c9602 Mon Sep 17 00:00:00 2001 From: David Okulski <32730627+DavidOkulski@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:06:31 -0800 Subject: [PATCH] updated db config --- helm/app/Chart.lock | 6 ------ helm/app/Chart.yaml | 4 ++-- helm/app/charts/postgresql-0.1.0.tgz | Bin 630 -> 0 bytes helm/postgresql/values.yaml | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 helm/app/Chart.lock delete mode 100644 helm/app/charts/postgresql-0.1.0.tgz diff --git a/helm/app/Chart.lock b/helm/app/Chart.lock deleted file mode 100644 index fe24a76..0000000 --- a/helm/app/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: postgresql - repository: file://../postgresql - version: 0.1.0 -digest: sha256:7e4ef9dc694d5152e394135dfcaf1fa9fe6fc369f1a094f5586df6409e833cb5 -generated: "2024-12-20T14:13:21.3268297-08:00" diff --git a/helm/app/Chart.yaml b/helm/app/Chart.yaml index b2c0386..03c24d8 100644 --- a/helm/app/Chart.yaml +++ b/helm/app/Chart.yaml @@ -3,5 +3,5 @@ name: app version: 0.1.0 dependencies: - name: postgresql - version: 0.1.0 - repository: file://../postgresql + version: 12.1.12 + repository: https://charts.bitnami.com/bitnami \ No newline at end of file diff --git a/helm/app/charts/postgresql-0.1.0.tgz b/helm/app/charts/postgresql-0.1.0.tgz deleted file mode 100644 index 8bdf521fe9c357ffb4c6e6ca7743b9a8f65775d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 630 zcmV-+0*U<}iwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PI&yZ<|06^%;r(Fv>k-0UM;fwQ*Ecsv66*=`ot%se`(Fbazc< zMf~>)9Lz@}ktnX+58eeaW4|5nyf@=4ReCK+eHRy(_b9cs#aK)Z3&t4prqk-m80%jd zoB0!a>bthm;*miy5abcf^6w(tnO(L+Upez>xkO=JfUNIkQp!$3PV0nz(5INXk+b=~QkT11RGf z*BoruG)$vumg*ZDMY3xcWi&&jex!2MjjmAR9V+7RHI?zLrZ^L*%iO8o!2gYw{`bGh z#fmbKZevOgvknaC-*)`I{=Jz!9rb?V~bE+BKFCUDjvw0_LCUUsStcDs}Cm=hYpD+0=Dv7tkozq!*odZ(cmh!%zKIM~oOT;?Kv= Q00030{}>7az5o^g06WPo>i_@% diff --git a/helm/postgresql/values.yaml b/helm/postgresql/values.yaml index f7e99de..300606f 100644 --- a/helm/postgresql/values.yaml +++ b/helm/postgresql/values.yaml @@ -13,6 +13,4 @@ postgresql: persistence: enabled: true size: 512Mi - accessModes: - - ReadWriteOnce - mountPath: /var/lib/postgresql/data \ No newline at end of file + storageClass: "standard" \ No newline at end of file