diff --git a/Makefile b/Makefile index 7ebe2c3..59d875c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # The building args, they will be injected into binary file. -CNI_VERSION=1.0.0-beta2 +CNI_VERSION=1.0.0 WORKDIR=$(shell pwd) PKG_VERSION_PATH="github.com/ucloud/uk8s-cni-vpc/pkg/version" GO_VERSION=$(shell go version) diff --git a/deploy/ipamd.yaml b/deploy/ipamd.yaml index a5de9fe..c51796c 100644 --- a/deploy/ipamd.yaml +++ b/deploy/ipamd.yaml @@ -68,7 +68,7 @@ spec: hostPID: true containers: - name: cni-vpc-ipamd - image: uhub.service.ucloud.cn/uk8s/cni-vpc-ipamd:1.0.0-beta2 + image: uhub.service.ucloud.cn/uk8s/cni-vpc-ipamd:1.0.0 resources: limits: cpu: 200m