File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE =
99ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
1010EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
1111EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
12- EMBEDDED_OPERATOR_CHART_VERSION = 0.25.2
12+ EMBEDDED_OPERATOR_CHART_VERSION = 0.26.0
1313EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1
1414OPENEBS_CHART_URL = https://openebs.github.io/charts
1515OPENEBS_CHART_NAME = openebs/openebs
Original file line number Diff line number Diff 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
199199export EMBEDDED_CLUSTER_METRICS_BASEURL=" https://staging.replicated.app"
You can’t perform that action at this time.
0 commit comments