Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix UT, update etcd on remaining test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Aug 25, 2020
1 parent 48f6e1e commit c668b64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkg/api/defaults_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ func TestEtcdVersion(t *testing.T) {
}

// These versions are all greater than default
for _, etcdVersion := range []string{"3.4.0", "99.99"} {
for _, etcdVersion := range []string{"3.5.0", "99.99"} {
// Upgrade scenario should always keep the user-configured etcd version if it is greater than default
mockCS := getMockBaseContainerService("1.10.13")
properties := mockCS.Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"orchestratorType": "Kubernetes",
"kubernetesConfig": {
"loadBalancerSku": "Basic",
"etcdVersion": "3.3.15",
"etcdVersion": "3.3.22",
"privateCluster": {
"enabled": true,
"jumpboxProfile": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"orchestratorType": "Kubernetes",
"kubernetesConfig": {
"loadBalancerSku": "Basic",
"etcdVersion": "3.3.15",
"etcdVersion": "3.3.22",
"privateCluster": {
"enabled": true,
"jumpboxProfile": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"kubernetesConfig": {
"loadBalancerSku": "Standard",
"excludeMasterFromStandardLB": true,
"etcdVersion": "3.3.15",
"etcdVersion": "3.3.22",
"privateCluster": {
"enabled": true,
"jumpboxProfile": {
Expand Down

0 comments on commit c668b64

Please sign in to comment.