File tree 3 files changed +8
-8
lines changed 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 =
9
9
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
10
10
EMBEDDED_OPERATOR_CHART_URL = oci://registry.replicated.com/library
11
11
EMBEDDED_OPERATOR_CHART_NAME = embedded-cluster-operator
12
- EMBEDDED_OPERATOR_CHART_VERSION = 0.36.0
12
+ EMBEDDED_OPERATOR_CHART_VERSION = 0.36.2
13
13
EMBEDDED_OPERATOR_UTILS_IMAGE = busybox:1.36.1
14
- EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE =
14
+ EMBEDDED_CLUSTER_OPERATOR_IMAGE_OVERRIDE =
15
15
OPENEBS_CHART_URL = https://openebs.github.io/openebs
16
16
OPENEBS_CHART_NAME = openebs/openebs
17
17
OPENEBS_CHART_VERSION = 4.0.1
Original file line number Diff line number Diff line change @@ -444,17 +444,17 @@ var installCommand = &cli.Command{
444
444
& cli.StringFlag {
445
445
Name : "http-proxy" ,
446
446
Usage : "HTTP proxy to use for the installation" ,
447
- Hidden : true ,
447
+ Hidden : false ,
448
448
},
449
449
& cli.StringFlag {
450
450
Name : "https-proxy" ,
451
451
Usage : "HTTPS proxy to use for the installation" ,
452
- Hidden : true ,
452
+ Hidden : false ,
453
453
},
454
454
& cli.StringFlag {
455
455
Name : "no-proxy" ,
456
456
Usage : "Comma separated list of hosts to bypass the proxy for" ,
457
- Hidden : true ,
457
+ Hidden : false ,
458
458
},
459
459
& cli.BoolFlag {
460
460
Name : "proxy" ,
Original file line number Diff line number Diff line change @@ -806,17 +806,17 @@ var restoreCommand = &cli.Command{
806
806
& cli.StringFlag {
807
807
Name : "http-proxy" ,
808
808
Usage : "HTTP proxy to use for the installation" ,
809
- Hidden : true ,
809
+ Hidden : false ,
810
810
},
811
811
& cli.StringFlag {
812
812
Name : "https-proxy" ,
813
813
Usage : "HTTPS proxy to use for the installation" ,
814
- Hidden : true ,
814
+ Hidden : false ,
815
815
},
816
816
& cli.StringFlag {
817
817
Name : "no-proxy" ,
818
818
Usage : "Comma separated list of hosts to bypass the proxy for" ,
819
- Hidden : true ,
819
+ Hidden : false ,
820
820
},
821
821
& cli.BoolFlag {
822
822
Name : "proxy" ,
You can’t perform that action at this time.
0 commit comments