diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index d3dc5d6c..41bf6261 100644 --- a/k8s/deployment_template.jsonnet +++ b/k8s/deployment_template.jsonnet @@ -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,