Skip to content

Commit

Permalink
Merge pull request #234 from m-lab/sandbox-soltesz-ndt-v0.10.0
Browse files Browse the repository at this point in the history
Update NDT server image for SIGSEGV fix
  • Loading branch information
stephen-soltesz authored Jul 22, 2019
2 parents 64af9fb + 189543b commit 8ceacd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/daemonsets/experiments/ndt.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exp.Experiment('ndt', 2, ['ndt5', 'ndt7']) + {
containers+: [
{
name: 'ndt-server',
image: 'measurementlab/ndt-server:v0.10.0',
image: 'measurementlab/ndt-server:v0.10.1',
args: [
'-key=/certs/key.pem',
'-cert=/certs/cert.pem',
Expand Down

0 comments on commit 8ceacd3

Please sign in to comment.