mirror of https://github.com/hashicorp/consul
Use the correct image version
parent
a2d560517c
commit
958c279dbc
|
@ -34,8 +34,8 @@ func testSnapShotRestoreForLogStore(t *testing.T, logStore libcluster.LogStore)
|
|||
NumClients: 0,
|
||||
BuildOpts: &libcluster.BuildOptions{
|
||||
Datacenter: "dc1",
|
||||
ConsulImageName: utils.LatestImageName,
|
||||
ConsulVersion: utils.LatestVersion,
|
||||
ConsulImageName: utils.TargetImageName,
|
||||
ConsulVersion: utils.TargetVersion,
|
||||
LogStore: logStore,
|
||||
},
|
||||
ApplyDefaultProxySettings: true,
|
||||
|
@ -63,8 +63,8 @@ func testSnapShotRestoreForLogStore(t *testing.T, logStore libcluster.LogStore)
|
|||
NumClients: 0,
|
||||
BuildOpts: &libcluster.BuildOptions{
|
||||
Datacenter: "dc1",
|
||||
ConsulImageName: utils.LatestImageName,
|
||||
ConsulVersion: utils.LatestVersion,
|
||||
ConsulImageName: utils.TargetImageName,
|
||||
ConsulVersion: utils.TargetVersion,
|
||||
LogStore: logStore,
|
||||
},
|
||||
ApplyDefaultProxySettings: true,
|
||||
|
|
Loading…
Reference in New Issue