Skip to content

Commit b1c2437

Browse files
committed
Fixed prerelease runs of search snippets
1 parent ee9482a commit b1c2437

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export K8S_CTX="${CLUSTER_NAME}"
22

3-
export PRERELEASE_VERSION="1.4.0-prerelease-68b5c0bb136a0d0007a4c8a2"
4-
5-
export PRERELEASE_IMAGE_PULLSECRET="${PRERELEASE_PULLSECRET_DOCKERCONFIGJSON}"
6-
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
7-
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/helm-chart/mongodb-kubernetes:${PRERELEASE_VERSION}"
3+
export PRERELEASE_IMAGE_PULLSECRET=""
4+
export OPERATOR_ADDITIONAL_HELM_VALUES=""
5+
export OPERATOR_HELM_CHART=${PROJECT_DIR}/helm_chart

docs/search/02-search-enterprise-deploy/env_variables_e2e_prerelease.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
export K8S_CTX="${CLUSTER_NAME}"
22

3-
export PRERELEASE_VERSION="1.4.0-prerelease-68b9584ac0a75a00070384a0"
4-
5-
export PRERELEASE_IMAGE_PULLSECRET="${PRERELEASE_PULLSECRET_DOCKERCONFIGJSON}"
6-
export OPERATOR_ADDITIONAL_HELM_VALUES="registry.imagePullSecrets=prerelease-image-pullsecret"
7-
export OPERATOR_HELM_CHART="oci://quay.io/mongodb/staging/helm-chart/mongodb-kubernetes:${PRERELEASE_VERSION}"
3+
export PRERELEASE_IMAGE_PULLSECRET=""
4+
export OPERATOR_ADDITIONAL_HELM_VALUES=""
5+
export OPERATOR_HELM_CHART=${PROJECT_DIR}/helm_chart
86

97
# we need project name with a timestamp (NAMESPACE in evg is randomized) to allow for cloud-qa cleanups
108
export OPS_MANAGER_PROJECT_NAME="${NAMESPACE}-${MDB_RESOURCE_NAME}"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export K8S_CTX="${CLUSTER_NAME}"
22

3-
export OPERATOR_ADDITIONAL_HELM_VALUES=""
4-
export OPERATOR_HELM_CHART="${PROJECT_DIR}/helm_chart"
3+
export OPERATOR_HELM_CHART=${PROJECT_DIR}/helm_chart

0 commit comments

Comments
 (0)