Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- JDK 1.8
- [Maven](http://maven.apache.org/) 3.0 and above
- IvorySQL 5.0
- IvorySQL 5.1
- Kubernetes 1.23 (Must have default storage class)

## Installation instructions
Expand Down
2 changes: 1 addition & 1 deletion cloudnative/src/main/resources/application-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ common:
# ivoryPgKernelVersion: 15 #数据库内核版本
# ivoryVersion: 2.3 #ivory版本
ivoryPgKernelVersion: 18 #数据库内核版本
ivoryVersion: 5.0 #ivory版本
ivoryVersion: 5.1 #ivory版本
logging:
level:
org:
Expand Down
4 changes: 4 additions & 0 deletions ivory-cloud_release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ivory-cloud RELEASE NOTES
******************v5.1******************
1.IvorySqL 5.1适配


******************v5.0******************
1.IvorySqL 5.0适配

Expand Down