From 98d58b55484fa0479fc2409fcb4adef63f35134c Mon Sep 17 00:00:00 2001 From: Ben Stevens Date: Fri, 21 Jun 2019 23:10:37 +1000 Subject: [PATCH] Update jsonnet deployment to use 2020 images --- k8s/deployment_template.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,