Skip to content

Commit

Permalink
release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong authored and ChengXiangdong committed Jan 10, 2023
1 parent e9f3188 commit 9e15141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ REGISTRY?=${REGISTRY_SERVER_ADDRESS}/k8s-cloudprovider

# Set you version by env or using latest tags from git
VERSION?=$(shell git describe --tags)
COMMIT?=$(shell git rev-parse --short=8 HEAD)
BRANCH?=$(shell git rev-parse --abbrev-ref HEAD)
LDFLAGS := "-w -s -X 'k8s.io/component-base/version.gitVersion=$(VERSION)-$(BRANCH)+$(COMMIT)'"

all: huawei-cloud-controller-manager

Expand Down
2 changes: 1 addition & 1 deletion manifests/huawei-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: huawei-cloud-controller-manager
image: swr.cn-north-4.myhuaweicloud.com/k8s-cloudprovider/huawei-cloud-controller-manager:v0.19.15
image: swr.cn-north-4.myhuaweicloud.com/k8s-cloudprovider/huawei-cloud-controller-manager:v0.20.0
args:
- /bin/huawei-cloud-controller-manager
- --v=5
Expand Down

0 comments on commit 9e15141

Please sign in to comment.