Update django helm chart version
This commit is contained in:
parent
e30a33fe13
commit
4db72f96a0
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e55c49432c64be18c2f18a3129c38e17959066d5
|
||||
Subproject commit bd023cd048dbd4ba7e88b88fe2e885b8e9694286
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue