forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/odoo] Update PostgreSQL dependency to latest major (helm#20467)
Signed-off-by: juan131 <juan@bitnami.com> Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
- Loading branch information
Juan Ariza Toledano
authored and
Miguel Mingorance
committed
Aug 28, 2020
1 parent
97ba445
commit 6185c22
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 7.7.3 | ||
digest: sha256:e7c3fc1c0606c69cfd4240a86f1ada88086f7b37b51d16a4ce56cf48314065e3 | ||
generated: 2019-12-15T07:35:34.562674804Z | ||
version: 8.2.1 | ||
digest: sha256:ab0947bfeb757eaf0dc8fdf51a5a4aeb6f6ca33d55e3a5a91b00cfefd65288e2 | ||
generated: 2020-01-31T10:40:11.837607+01:00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: postgresql | ||
condition: postgresql.enabled | ||
version: 7.x.x | ||
version: 8.x.x | ||
repository: https://kubernetes-charts.storage.googleapis.com/ |