Update jsonnet deployment to use 2020 images

This commit is contained in:
Ben Stevens 2019-06-21 23:10:37 +10:00
parent 0c7c246d1a
commit 98d58b5548

View file

@ -121,7 +121,7 @@ function (slug, sha) {
"value": "UA-000000000-1"
}
],
"image": "asia.gcr.io/linuxconfsydney/symposion_app_2019_dev:" + sha,
"image": "asia.gcr.io/linuxconfsydney/symposion_app_2020_dev:" + sha,
"imagePullPolicy": "Always",
"livenessProbe": {
"failureThreshold": 3,