Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: Update to use postgresPassword
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljimeneznz committed Oct 4, 2024
1 parent 8611dca commit cd1d051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hertzbeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ icon: https://raw.githubusercontent.com/apache/hertzbeat/master/home/static/img/
# 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: 1.6.3
version: 1.6.4
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
4 changes: 2 additions & 2 deletions charts/hertzbeat/templates/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ data:
datasource:
driver-class-name: org.postgresql.Driver
username: {{ .Values.postgresql.auth.username }}
password: {{ .Values.postgresql.auth.password }}
username: postgres
password: {{ .Values.postgresql.auth.postgresPassword }}
url: jdbc:postgresql://{{ include "hertzbeat.database" . }}:5432/hertzbeat
hikari:
max-lifetime: 120000
Expand Down

0 comments on commit cd1d051

Please sign in to comment.