Skip to content

Commit

Permalink
Update NDT server image for SIGSEGV fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Jul 22, 2019
1 parent 64af9fb commit 189543b
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 189543b

Please sign in to comment.