Skip to content

Commit

Permalink
fix image tag in helm chart (#2302)
Browse files Browse the repository at this point in the history
* fix image tag in helm chart

* fix Makefile
  • Loading branch information
zhangzujian committed Feb 7, 2023
1 parent 77cf5e9 commit d1d1097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -306,7 +306,7 @@ kind-upgrade-chart:
kubectl -n kube-system get pods -o wide

.PHONY: kind-install-chart
kind-install-chart: kind-untaint-control-plane
kind-install-chart: kind-load-image kind-untaint-control-plane
kubectl label no -lbeta.kubernetes.io/os=linux kubernetes.io/os=linux --overwrite
kubectl label no -lnode-role.kubernetes.io/control-plane kube-ovn/role=master --overwrite
kubectl label no -lovn.kubernetes.io/ovs_dp_type!=userspace ovn.kubernetes.io/ovs_dp_type=kernel --overwrite
Expand Down
2 changes: 1 addition & 1 deletion kubeovn-helm/values.yaml
Expand Up @@ -8,7 +8,7 @@ global:
images:
kubeovn:
repository: kube-ovn
tag: v1.11.0
tag: v1.12.0
support_arm: true
thirdparty: true

Expand Down

0 comments on commit d1d1097

Please sign in to comment.