Skip to content

Commit

Permalink
v0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
myf5 committed Dec 28, 2021
1 parent 8a8ada5 commit e9be8f0
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
Expand Up @@ -5,7 +5,7 @@ GITHUBACTIONTRIGGERNUMBER = 4

REGISTRY = f5devcentral
NAME = ces-controller
RELEASE_TAG = 0.5.1
RELEASE_TAG = 0.5.2
COMMIT = git-$(shell git rev-parse --short HEAD)
DATE = $(shell date +"%Y-%m-%d_%H:%M:%S")
GOLDFLAGS = "-w -s -X github.com/kubeovn/$(NAME)/versions.COMMIT=$(COMMIT) -X github.com/kubeovn/$(NAME)/versions.VERSION=$(RELEASE_TAG) -X github.com/kubeovn/$(NAME)/versions.BUILDDATE=$(DATE)"
Expand Down
2 changes: 1 addition & 1 deletion dist/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ spec:
serviceAccountName: ces-controller
containers:
- name: ces-controller
image: f5devcentral/ces-controller:0.5.1
image: f5devcentral/ces-controller:0.5.2
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down

0 comments on commit e9be8f0

Please sign in to comment.