diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index 1b0904d3aecb77a9dfa5b56263ccebf5a5636ad2..76dea795239065ac4c2875cee665e6029a6df483 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_2022_dev:" + sha, + "image": "registry.gitlab.com/laconfdev/symposion_app/2023:" + sha, "imagePullPolicy": "Always", "livenessProbe": { "failureThreshold": 3,