From 949dee4efee480540dc210a4570b86b406e73267 Mon Sep 17 00:00:00 2001 From: Joatin Granlund Date: Tue, 7 Jan 2025 23:32:00 +0100 Subject: [PATCH] fixes --- charts/ocpp-csms-server/Chart.yaml | 2 +- charts/ocpp-csms-server/values.yaml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/ocpp-csms-server/Chart.yaml b/charts/ocpp-csms-server/Chart.yaml index e5f63b5..dc60728 100644 --- a/charts/ocpp-csms-server/Chart.yaml +++ b/charts/ocpp-csms-server/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.19 +version: 0.1.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/ocpp-csms-server/values.yaml b/charts/ocpp-csms-server/values.yaml index cfae2a9..566c514 100644 --- a/charts/ocpp-csms-server/values.yaml +++ b/charts/ocpp-csms-server/values.yaml @@ -30,7 +30,7 @@ ocpp: logLevel: info postgres: - username: "" + username: "postgres" passwordSecret: "" # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ @@ -133,7 +133,7 @@ api: logLevel: info postgres: - username: "" + username: "postgres" passwordSecret: "" # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ @@ -230,4 +230,6 @@ api: affinity: { } -postgresql: { } +postgresql: + auth: + postgresPassword: "password"