File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ kubectl:
3131 @kubectl config set-context --current --namespace=" cortex"
3232
3333cortex-up :
34- @./dev/registry.sh manager
34+ @$( MAKE ) registry-all
3535 @./cortex.sh -c=./dev/config/cortex.sh install
3636 $(MAKE ) kubectl
3737
@@ -40,21 +40,21 @@ cortex-up-dev:
4040 $(MAKE ) operator-stop
4141
4242cortex-down :
43- $(MAKE ) kubectl
4443 @./cortex.sh -c=./dev/config/cortex.sh uninstall
4544
4645cortex-info :
47- $(MAKE ) kubectl
4846 @./cortex.sh -c=./dev/config/cortex.sh info
4947
5048cortex-update :
51- $(MAKE ) kubectl
49+ @ $(MAKE ) registry-all
5250 @./cortex.sh -c=./dev/config/cortex.sh update
5351
5452operator-start :
53+ @$(MAKE ) registry-all
5554 @./cortex.sh -c=./dev/config/cortex.sh update
5655
5756operator-update :
57+ @$(MAKE ) registry-all
5858 @./cortex.sh -c=./dev/config/cortex.sh update
5959
6060operator-stop :
Original file line number Diff line number Diff line change @@ -117,9 +117,6 @@ env=${2:-""}
117117if [ " $cmd " = " create" ]; then
118118 create_registry
119119
120- elif [ " $cmd " = " manager" ]; then
121- build $ROOT /images/manager manager latest
122-
123120elif [ " $cmd " = " update" ]; then
124121 if [ " $env " != " dev" ]; then
125122 build_and_push $ROOT /images/manager manager latest
You can’t perform that action at this time.
0 commit comments