Skip to content

Commit

Permalink
chore: update proxy version in operator (#449)
Browse files Browse the repository at this point in the history
* chore: update example proxy version

Signed-off-by: mlycore <[email protected]>

* chore: update supported version

Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>

---------

Signed-off-by: mlycore <[email protected]>
Signed-off-by: mlycore <[email protected]>
  • Loading branch information
mlycore authored Oct 25, 2023
1 parent 78a2709 commit 1b2ae3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.3.2
serverVersion: 5.4.1
replicas: 1
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.3.2
serverVersion: 5.4.1
replicas: 1
selector:
matchLabels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
storageNodeConnector:
type: mysql
version: 5.1.47
serverVersion: 5.3.1
serverVersion: 5.4.1
replicas: 1
selector:
matchLabels:
Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-operator/pkg/kubernetes/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

var (
supportedShardingSphereVersion = []string{"5.3.0", "5.3.1", "5.3.2", "5.4.0"}
supportedShardingSphereVersion = []string{"5.3.0", "5.3.1", "5.3.2", "5.4.0", "5.4.1"}
)

func patchHeadingV(version string) string {
Expand Down

0 comments on commit 1b2ae3f

Please sign in to comment.