Skip to content

Commit

Permalink
pwd for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
gopaljayanythi committed Sep 6, 2022
1 parent 0c3618a commit bdcf131
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.2
version: 0.1.3

# 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
2 changes: 1 addition & 1 deletion charts/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: postgresql
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/postgresql
- https://www.postgresql.org/
version: 11.8.2
version: 11.8.3
4 changes: 3 additions & 1 deletion charts/postgresql/myvalues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
## Please, note that this will override the parameters, including dependencies, configured to use the global value
##
global:
postgresql:
auth:
postgresPassword: "bendakayalu"
password: "bendakayalu"
postgresPassword: "dondakayalu"

0 comments on commit bdcf131

Please sign in to comment.