From 8c5b2657763f29a962dbfc8a8c3a226b6eac12e5 Mon Sep 17 00:00:00 2001 From: milki Date: Wed, 9 Aug 2023 15:42:31 -0700 Subject: [PATCH] Fix `gunicorn_exporter_sidecar_image_url` --- paasta_tools/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paasta_tools/utils.py b/paasta_tools/utils.py index ec817e7dff..5ab190bf81 100644 --- a/paasta_tools/utils.py +++ b/paasta_tools/utils.py @@ -2696,7 +2696,7 @@ def get_gunicorn_exporter_sidecar_image_url(self) -> str: """Get the docker image URL for the gunicorn_exporter sidecar container""" return self.config_dict.get( "gunicorn_exporter_sidecar_image_url", - "docker-paasta.yelpcorp.com/gunicorn_exporter-k8s-sidecar:v0.24.0-yelp0", + "docker-paasta.yelpcorp.com:443/gunicorn_exporter-k8s-sidecar:v0.24.0-yelp0", ) def get_mark_for_deployment_max_polling_threads(self) -> int: