From 149f5961952b16d62e6aa0d514e729fc27911aef Mon Sep 17 00:00:00 2001 From: Badal Kumar Prusty Date: Fri, 11 Apr 2025 12:28:42 +0530 Subject: [PATCH] adding auth mode md5 in postgres --- charts/devtron-essentials/Chart.yaml | 4 ++-- charts/devtron-essentials/app-values.yaml | 6 ++++-- charts/devtron-essentials/values.yaml | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/devtron-essentials/Chart.yaml b/charts/devtron-essentials/Chart.yaml index a3463463..27ce03db 100644 --- a/charts/devtron-essentials/Chart.yaml +++ b/charts/devtron-essentials/Chart.yaml @@ -7,12 +7,12 @@ sources: - https://github.com/argoproj/argo-helm - https://helm.devtron.ai - https://github.com/groundhog2k/helm-charts/blob/postgres-0.3.17/charts/postgres/values.yaml -version: 0.0.8 +version: 0.0.9 appVersion: "0.0.2" dependencies: - name: postgres version: "0.3.17" - repository: https://groundhog2k.github.io/helm-charts/ + repository: https://groundhog2k.github.io/helm-charts condition: postgresql.enabled alias: postgresql - name: argo-cd diff --git a/charts/devtron-essentials/app-values.yaml b/charts/devtron-essentials/app-values.yaml index cff65265..1f7a9e1c 100644 --- a/charts/devtron-essentials/app-values.yaml +++ b/charts/devtron-essentials/app-values.yaml @@ -3,7 +3,7 @@ argo-cd: customSelectorLabels: {} # devtron.ai/custom-labels : argo-cd crds: - install: false #if you are upgrading make it as false + install: true #if you are upgrading make it as false keep: true applicationSet: @@ -314,8 +314,10 @@ postgresql: nodeSelector: {} resources: {} settings: - superuser: "" + superuser: "postgres" superuserPassword: change-password + authMethod: md5 + initDbArgs: --auth-local=md5 storage: className: "" persistentVolumeClaimName: "" diff --git a/charts/devtron-essentials/values.yaml b/charts/devtron-essentials/values.yaml index cff65265..1f7a9e1c 100644 --- a/charts/devtron-essentials/values.yaml +++ b/charts/devtron-essentials/values.yaml @@ -3,7 +3,7 @@ argo-cd: customSelectorLabels: {} # devtron.ai/custom-labels : argo-cd crds: - install: false #if you are upgrading make it as false + install: true #if you are upgrading make it as false keep: true applicationSet: @@ -314,8 +314,10 @@ postgresql: nodeSelector: {} resources: {} settings: - superuser: "" + superuser: "postgres" superuserPassword: change-password + authMethod: md5 + initDbArgs: --auth-local=md5 storage: className: "" persistentVolumeClaimName: ""