Skip to content

Commit 3ff9951

Browse files
authored
feat: use airgapped installation metadata when relevant (#471)
reenable 'wait for installation' in airgap test
1 parent 6c13da8 commit 3ff9951

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE =
99
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
1010
EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
1111
EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
12-
EMBEDDED_OPERATOR_CHART_VERSION = 0.25.2
12+
EMBEDDED_OPERATOR_CHART_VERSION = 0.26.0
1313
EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1
1414
OPENEBS_CHART_URL = https://openebs.github.io/charts
1515
OPENEBS_CHART_NAME = openebs/openebs

e2e/scripts/single-node-airgap-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ main() {
191191
exit 1
192192
fi
193193

194-
# echo "ensure that installation is installed"
195-
# wait_for_installation
196-
# kubectl get installations --no-headers | grep -q "Installed"
194+
echo "ensure that installation is installed"
195+
wait_for_installation
196+
kubectl get installations --no-headers | grep -q "Installed"
197197
}
198198

199199
export EMBEDDED_CLUSTER_METRICS_BASEURL="https://staging.replicated.app"

0 commit comments

Comments
 (0)