From 946e51733ac0addcadf9ba8a51aa002a739aed02 Mon Sep 17 00:00:00 2001 From: fioncat Date: Wed, 28 Dec 2022 14:46:12 +0800 Subject: [PATCH] chore: update version --- Makefile | 2 +- deploy/ipamd.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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