Skip to content

Commit 715359a

Browse files
linting
1 parent 646f49a commit 715359a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update_images.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
HELM_INSTALL_SCRIPT_PATH = "tests/helm_install.sh"
2525
BASH_HEADER = "#!/usr/bin/env bash\n\n"
2626

27+
2728
def get_helm_install_command_header(helm_chart_version: str) -> str:
2829
"""Generate helm install command header with dynamic version.
2930
Args:
@@ -33,6 +34,7 @@ def get_helm_install_command_header(helm_chart_version: str) -> str:
3334
"""
3435
return f"""readonly ROOT_DIR="$(dirname "$(dirname "${{0}}")")"\n\nhelm upgrade --install test-openshift sumologic/sumologic \\\n --version {helm_chart_version} \\\n -n sumologic-system \\\n --create-namespace -f "${{ROOT_DIR}}/tests/values.yaml" \\\n"""
3536

37+
3638
# COMPONENTS_CONFIG_MAP maps helm chart configuration keys into components names
3739
COMPONENTS_CONFIG_MAP = {
3840
"instrumentation.instrumentationJobImage.image": "kubernetes-tools-kubectl",

0 commit comments

Comments
 (0)