Skip to content

Commit

Permalink
update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 18, 2023
1 parent 3dce7ef commit c235ced
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/pearl/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: pearl
description: A Helm chart for pearl API, UI and DB
description: A Helm chart for Pearl API, UI and DB

dependencies:
- name: postgresql
condition: postgresql.enabled
version: 11.6.15
version: 12.1.9
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.0.1
version: 0.1.0
appVersion: "1.16.0"
6 changes: 3 additions & 3 deletions charts/queen/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: queen
description: A Helm chart for Stromae API, UI and DB
description: A Helm chart for Queen API, UI and DB

dependencies:
- name: postgresql
condition: postgresql.enabled
version: 11.6.25
version: 12.1.9
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.3.1
version: 0.3.2
appVersion: "1.16.0"
4 changes: 2 additions & 2 deletions charts/stromae-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Helm chart for Stromae API, UI and DB
dependencies:
- name: postgresql
condition: postgresql.enabled
version: 11.6.15
version: 12.1.9
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.7
version: 0.5.8
appVersion: "1.16.0"

0 comments on commit c235ced

Please sign in to comment.