diff --git a/Makefile b/Makefile index 38f6520b4..16cce84b1 100644 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ ADMIN_CONSOLE_IMAGE_OVERRIDE = ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE = EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator -EMBEDDED_OPERATOR_CHART_VERSION = 0.36.0 +EMBEDDED_OPERATOR_CHART_VERSION = 0.36.2 EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1 -EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE = +EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE = OPENEBS_CHART_URL = https://openebs.github.io/openebs OPENEBS_CHART_NAME = openebs/openebs OPENEBS_CHART_VERSION = 4.0.1 diff --git a/cmd/embedded-cluster/install.go b/cmd/embedded-cluster/install.go index 3b06858dd..a5366e68f 100644 --- a/cmd/embedded-cluster/install.go +++ b/cmd/embedded-cluster/install.go @@ -444,17 +444,17 @@ var installCommand = &cli.Command{ &cli.StringFlag{ Name: "http-proxy", Usage: "HTTP proxy to use for the installation", - Hidden: true, + Hidden: false, }, &cli.StringFlag{ Name: "https-proxy", Usage: "HTTPS proxy to use for the installation", - Hidden: true, + Hidden: false, }, &cli.StringFlag{ Name: "no-proxy", Usage: "Comma separated list of hosts to bypass the proxy for", - Hidden: true, + Hidden: false, }, &cli.BoolFlag{ Name: "proxy", diff --git a/cmd/embedded-cluster/restore.go b/cmd/embedded-cluster/restore.go index bb1b1a04d..f05848493 100644 --- a/cmd/embedded-cluster/restore.go +++ b/cmd/embedded-cluster/restore.go @@ -806,17 +806,17 @@ var restoreCommand = &cli.Command{ &cli.StringFlag{ Name: "http-proxy", Usage: "HTTP proxy to use for the installation", - Hidden: true, + Hidden: false, }, &cli.StringFlag{ Name: "https-proxy", Usage: "HTTPS proxy to use for the installation", - Hidden: true, + Hidden: false, }, &cli.StringFlag{ Name: "no-proxy", Usage: "Comma separated list of hosts to bypass the proxy for", - Hidden: true, + Hidden: false, }, &cli.BoolFlag{ Name: "proxy",