Skip to content

Commit

Permalink
Merge pull request #29 from darkdoc/fix-postgres
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
mbaldessari authored Aug 9, 2024
2 parents 55131d8 + 80331d1 commit efafd84
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 189 deletions.
2 changes: 1 addition & 1 deletion charts/all/crunchy-pgcluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
clusterName: db

postgresVersion: 14
postgresVersion: 16

clusterUsers:
- name: user
Expand Down
62 changes: 0 additions & 62 deletions tests/all-crunchy-pgcluster-industrial-edge-factory.expected.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions tests/all-crunchy-pgcluster-industrial-edge-hub.expected.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions tests/all-crunchy-pgcluster-medical-diagnosis-hub.expected.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/all-crunchy-pgcluster-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
databaseInitSQL:
key: initSQL
name: db-init-sql
postgresVersion: 14
postgresVersion: 16
instances: [
{
"dataVolumeClaimSpec": {
Expand Down
2 changes: 1 addition & 1 deletion tests/all-crunchy-pgcluster-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
databaseInitSQL:
key: initSQL
name: db-init-sql
postgresVersion: 14
postgresVersion: 16
instances: [
{
"dataVolumeClaimSpec": {
Expand Down

0 comments on commit efafd84

Please sign in to comment.