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 d881481 commit 048a113Copy full SHA for 048a113
e2e-tests/functions
@@ -3,7 +3,7 @@
3
GIT_COMMIT=$(git rev-parse HEAD)
4
GIT_BRANCH=${VERSION:-$(git rev-parse --abbrev-ref HEAD | sed -e 's^/^-^g; s^[.]^-^g;' | sed -e 's/_/-/g' | tr '[:upper:]' '[:lower:]')}
5
API="psmdb.percona.com/v1"
6
-OPERATOR_VERSION="1.15.0"
+OPERATOR_VERSION="$(yq eval '.spec.crVersion' $(realpath $test_dir/../../deploy/cr.yaml))"
7
IMAGE=${IMAGE:-"perconalab/percona-server-mongodb-operator:${GIT_BRANCH}"}
8
IMAGE_PMM=${IMAGE_PMM:-"perconalab/pmm-client:dev-latest"}
9
IMAGE_MONGOD=${IMAGE_MONGOD:-"perconalab/percona-server-mongodb-operator:main-mongod5.0"}
0 commit comments