Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat committed Dec 28, 2022
1 parent 174cc52 commit 946e517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion deploy/ipamd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 946e517

Please sign in to comment.