Update jsonnet deployment to use 2020 images
This commit is contained in:
parent
0c7c246d1a
commit
98d58b5548
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function (slug, sha) {
|
||||||
"value": "UA-000000000-1"
|
"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",
|
"imagePullPolicy": "Always",
|
||||||
"livenessProbe": {
|
"livenessProbe": {
|
||||||
"failureThreshold": 3,
|
"failureThreshold": 3,
|
||||||
|
|
Loading…
Reference in a new issue