Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Nov 15, 2023
1 parent b63fa77 commit 0edde09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/strapi/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.55
version: 0.1.56

# 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
6 changes: 4 additions & 2 deletions charts/strapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ postgresql:
metrics:
enabled: false
auth:
# set the master PW here
postgresPassword:
username: strapi
password: DhzYU4sMDaSqMnAhd33499vo49t9
password:
database: strapi
tls:
enabled: true
Expand Down Expand Up @@ -139,5 +141,5 @@ additionalEnvVariables:

# You can set a database URL here if you don't want to use the included DB
secrets:
databaseUrl: "postgresql://{{ .Release.Name }}-postgresql"
databaseUrl:

0 comments on commit 0edde09

Please sign in to comment.