Skip to content

Commit

Permalink
feat(versions): bump versions for postgres and mariadb
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Feb 12, 2024
1 parent 52930ca commit d27a785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mariadb-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
parameters:
region: us-west-2
engine: mariadb
engineVersion: "10.6.10"
engineVersion: "10.11.6"
storageGB: 5
autoGeneratePassword: true
passwordSecretRef:
Expand Down
2 changes: 1 addition & 1 deletion examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
parameters:
region: us-west-2
engine: postgres
engineVersion: "13.7"
engineVersion: "13.13"
storageGB: 5
passwordSecretRef:
namespace: default
Expand Down

0 comments on commit d27a785

Please sign in to comment.