File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ 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.36.0
12+ EMBEDDED_OPERATOR_CHART_VERSION = 0.36.2
1313EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1
14- EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE =
14+ EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE =
1515OPENEBS_CHART_URL = https://openebs.github.io/openebs
1616OPENEBS_CHART_NAME = openebs/openebs
1717OPENEBS_CHART_VERSION = 4.0.1
Original file line number Diff line number Diff line change @@ -444,17 +444,17 @@ var installCommand = &cli.Command{
444444 & cli.StringFlag {
445445 Name : "http-proxy" ,
446446 Usage : "HTTP proxy to use for the installation" ,
447- Hidden : true ,
447+ Hidden : false ,
448448 },
449449 & cli.StringFlag {
450450 Name : "https-proxy" ,
451451 Usage : "HTTPS proxy to use for the installation" ,
452- Hidden : true ,
452+ Hidden : false ,
453453 },
454454 & cli.StringFlag {
455455 Name : "no-proxy" ,
456456 Usage : "Comma separated list of hosts to bypass the proxy for" ,
457- Hidden : true ,
457+ Hidden : false ,
458458 },
459459 & cli.BoolFlag {
460460 Name : "proxy" ,
Original file line number Diff line number Diff line change @@ -806,17 +806,17 @@ var restoreCommand = &cli.Command{
806806 & cli.StringFlag {
807807 Name : "http-proxy" ,
808808 Usage : "HTTP proxy to use for the installation" ,
809- Hidden : true ,
809+ Hidden : false ,
810810 },
811811 & cli.StringFlag {
812812 Name : "https-proxy" ,
813813 Usage : "HTTPS proxy to use for the installation" ,
814- Hidden : true ,
814+ Hidden : false ,
815815 },
816816 & cli.StringFlag {
817817 Name : "no-proxy" ,
818818 Usage : "Comma separated list of hosts to bypass the proxy for" ,
819- Hidden : true ,
819+ Hidden : false ,
820820 },
821821 & cli.BoolFlag {
822822 Name : "proxy" ,
You can’t perform that action at this time.
0 commit comments