Skip to content

Commit

Permalink
Fix #117 Updating PostgreSQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
LostInBrittany committed Apr 22, 2024
1 parent 8e95981 commit 7e1bf59
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ spec:
type: boolean
version:
enum:
- 15
- 14
- 13
- 12
- 11
- 10
type: integer
required:
- encryption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ spec:
type: boolean
version:
enum:
- 15
- 14
- 13
- 12
- 11
- 10
type: integer
required:
- encryption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ spec:
type: boolean
version:
enum:
- 15
- 14
- 13
- 12
- 11
- 10
type: integer
required:
- encryption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ spec:
type: boolean
version:
enum:
- 15
- 14
- 13
- 12
- 11
- 10
type: integer
required:
- encryption
Expand Down
2 changes: 1 addition & 1 deletion docs/40-custom-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ spec:

| Version | Code |
|---------|------|
| `10` | 10 |
| `11` | 11 |
| `12` | 12 |
| `13` | 13 |
| `14` | 14 |
| `15` | 15 |

### Supported region

Expand Down

0 comments on commit 7e1bf59

Please sign in to comment.