Skip to content

Commit 099771e

Browse files
committed
adapt IvorySQL 5.1
1 parent 579f57a commit 099771e

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
## Installation instructions

cloudnative/src/main/resources/application-native.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ common:
3636
linuxk8sConfigPath: /root/.kube/config
3737
# ivoryPgKernelVersion: 15 #数据库内核版本
3838
# ivoryVersion: 2.3 #ivory版本
39-
ivoryPgKernelVersion: 18 #数据库内核版本
40-
ivoryVersion: 5.0 #ivory版本
39+
ivoryPgKernelVersion: 18.1 #数据库内核版本
40+
ivoryVersion: 5.1 #ivory版本
4141
logging:
4242
level:
4343
org:

ivory-cloud_release_notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
ivory-cloud RELEASE NOTES
2+
******************v5.1******************
3+
1.IvorySqL 5.1适配
4+
5+
26
******************v5.0******************
37
1.IvorySqL 5.0适配
48

0 commit comments

Comments
 (0)