Pinning helm postgres dep to the working 1.0.0

This commit is contained in:
Bryan Rosander 2018-10-31 10:56:17 -04:00
parent c123c95590
commit 00db964497
No known key found for this signature in database
GPG Key ID: 639899A65E36C642

View File

@ -1,5 +1,5 @@
dependencies:
- name: postgresql
version: "*"
version: "1.0.0"
condition: postgresql.enabled
repository: "alias:stable"