You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.info(f"Found working version of {self.check_type}dependancies: {helmVersionOutput}")
163
+
logging.info(f"Found working version of {self.check_type}dependencies: {helmVersionOutput}")
164
164
returnNone
165
165
else:
166
166
returnself.check_type
@@ -267,10 +267,10 @@ def get_binary_output(
267
267
ife:
268
268
if"Warning: Dependencies"instr(e, 'utf-8'):
269
269
logging.warning(
270
-
f"V1 API chart without Chart.yaml dependancies. Skipping chart dependancy list for {chart_name} at dir: {chart_dir}. Working dir: {target_dir}. Error details: {str(e, 'utf-8')}")
270
+
f"V1 API chart without Chart.yaml dependencies. Skipping chart dependancy list for {chart_name} at dir: {chart_dir}. Working dir: {target_dir}. Error details: {str(e, 'utf-8')}")
271
271
else:
272
272
logging.warning(
273
-
f"Error processing helm dependancies for {chart_name} at source dir: {chart_dir}. Working dir: {target_dir}. Error details: {str(e, 'utf-8')}")
273
+
f"Error processing helm dependencies for {chart_name} at source dir: {chart_dir}. Working dir: {target_dir}. Error details: {str(e, 'utf-8')}")
0 commit comments