We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ee197 commit ec10ef5Copy full SHA for ec10ef5
scripts/ci/central_compatibility/run_compatibility_test.sh
@@ -88,7 +88,8 @@ helm upgrade --install -n $CENTRAL_NS stackrox-central-services ./central-chart
88
--set "central.adminPassword.values=$ADMIN_PW" \
89
--set "central.image.tag=$ACS_VERSION" \
90
--set "central.db.image.tag=$ACS_VERSION" \
91
- --set "scannerV4.db.image.tag=$ACS_VERSION"
+ --set "scannerV4.disable=true" \
92
+ --set "scanner.disable=true" # Disabling scanner to reduce resource usage, it is not important for this test
93
94
KUBECTL="$(which kubectl)"
95
wait_for_container_to_become_ready "$CENTRAL_NS" "app=central" "central"
0 commit comments