Skip to content

Commit

Permalink
Update onos-operator version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 authored Mar 11, 2022
1 parent 18aa05f commit 85f94ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/infra.mk
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ else ifeq ($(VER), v1.2.0)
else ifeq ($(VER), v1.3.0)
helm install onos-operator onos/onos-operator -n kube-system --version 0.4.14 --wait || true
else ifeq ($(VER), v1.4.0)
helm install onos-operator onos/onos-operator -n kube-system --version 0.5.0 --wait || true
helm install onos-operator onos/onos-operator -n kube-system --version 0.5.2 --wait || true
else ifeq ($(VER), stable)
helm install onos-operator onos/onos-operator -n kube-system --wait || true
else ifeq ($(VER), latest)
Expand Down

0 comments on commit 85f94ff

Please sign in to comment.