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
"""Updates helm install command in tests/helm_install.sh"
345
347
346
348
Args:
347
-
file_path (str): path to the output of get_images_sha256.sh, see: https://github.com/SumoLogic/sumologic-openshift-images/blob/main/scripts/get_images_sha256.sh
349
+
image_file_path (str): path to the output of get_images_sha256.sh, see: https://github.com/SumoLogic/sumologic-openshift-images/blob/main/scripts/get_images_sha256.sh
350
+
create_new_file (bool): whether to create a new file or overwrite existing
351
+
helm_chart_version (str): Helm chart version to use in the install command
0 commit comments