We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af9bc4 commit 0c43a4fCopy full SHA for 0c43a4f
docker/mongodb-kubernetes-tests/kubetester/operator.py
@@ -66,7 +66,10 @@ def __init__(
66
chart_uri = f"oci://{registry}/{repository}"
67
helm_chart_path = chart_uri
68
69
- if not operator_version and helm_chart_path not in ("mongodb/mongodb-kubernetes", "mongodb/enterprise-operator"):
+ if not operator_version and helm_chart_path not in (
70
+ "mongodb/mongodb-kubernetes",
71
+ "mongodb/enterprise-operator",
72
+ ):
73
# most probably we are trying to install current operator which will be installed
74
# from OCI registry. The version (dev/staging) is set in `OPERATOR_VERSION`
75
non_semver_operator_version = os.environ.get("OPERATOR_VERSION")
0 commit comments