Skip to content

Commit

Permalink
Fix gunicorn_exporter_sidecar_image_url
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki authored Aug 9, 2023
1 parent bcdc6c1 commit 8c5b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paasta_tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c5b265

Please sign in to comment.