Merge pull request #653 from brosander/helm-dep

Pinning helm postgres dep to the working 1.0.0
This commit is contained in:
Jimmy Zelinskie 2018-10-31 11:05:28 -04:00 committed by GitHub
commit 4c08c8f959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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