Skip to content

Commit 5f222bb

Browse files
Run precommit
1 parent 03562d9 commit 5f222bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/mongodb-kubernetes-tests/kubetester/operator.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ def __init__(
6666
chart_uri = f"oci://{registry}/{repository}"
6767
helm_chart_path = chart_uri
6868

69-
if not operator_version and helm_chart_path not in ("mongodb/mongodb-kubernetes", "mongodb/enterprise-operator"):
69+
if not operator_version and helm_chart_path not in (
70+
"mongodb/mongodb-kubernetes",
71+
"mongodb/enterprise-operator",
72+
):
7073
# most probably we are trying to install current operator which will be installed
7174
# from OCI registry. The version (dev/staging) is set in `OPERATOR_VERSION`
7275
non_semver_operator_version = os.environ.get("OPERATOR_VERSION")

0 commit comments

Comments
 (0)