Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joatin committed Jan 7, 2025
1 parent 4352aac commit 949dee4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ocpp-csms-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 5 additions & 3 deletions charts/ocpp-csms-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -230,4 +230,6 @@ api:

affinity: { }

postgresql: { }
postgresql:
auth:
postgresPassword: "password"

0 comments on commit 949dee4

Please sign in to comment.