diff --git a/src/_nebari/upgrade.py b/src/_nebari/upgrade.py index d8d25a105..c56278a29 100644 --- a/src/_nebari/upgrade.py +++ b/src/_nebari/upgrade.py @@ -308,10 +308,7 @@ def replace_image_tag_legacy( return None def replace_image_tag( - s: str, - new_version: str, - config_path: str, - attempt_fixes: bool = kwargs.get("attempt_fixes", False), + s: str, new_version: str, config_path: str, attempt_fixes: bool ) -> str: """ Replace the image tag with the new version. @@ -373,7 +370,7 @@ def update_image_tag( config_path: str, current_image: str, new_version: str, - attempt_fixes: bool = kwargs.get("attempt_fixes", False), + attempt_fixes: bool, ) -> dict: """ Update the image tag in the configuration.