From d1d109727641cda6c5b2d0bdff91342ecd515aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=96=E5=BB=BA?= Date: Tue, 7 Feb 2023 15:37:09 +0800 Subject: [PATCH] fix image tag in helm chart (#2302) * fix image tag in helm chart * fix Makefile --- Makefile | 2 +- kubeovn-helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb5b904f5d5..15655eb0c58 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/kubeovn-helm/values.yaml b/kubeovn-helm/values.yaml index 9bbb1981c3e..52a40930584 100644 --- a/kubeovn-helm/values.yaml +++ b/kubeovn-helm/values.yaml @@ -8,7 +8,7 @@ global: images: kubeovn: repository: kube-ovn - tag: v1.11.0 + tag: v1.12.0 support_arm: true thirdparty: true