diff --git a/Chart.yaml b/Chart.yaml index 76d12bb..30df2c8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,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. -version: 0.2.3 +version: 0.2.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. diff --git a/django-helm-chart b/django-helm-chart index e55c494..bd023cd 160000 --- a/django-helm-chart +++ b/django-helm-chart @@ -1 +1 @@ -Subproject commit e55c49432c64be18c2f18a3129c38e17959066d5 +Subproject commit bd023cd048dbd4ba7e88b88fe2e885b8e9694286 diff --git a/values.yaml b/values.yaml index 4c32c94..c2ba33d 100644 --- a/values.yaml +++ b/values.yaml @@ -123,4 +123,5 @@ redis: # Default to disabled, use a managed database service. But can be enabled here. postgresql: enabled: false - postgresqlPassword: # Must be set + #auth: + # password: # Must be set