Skip to content

Commit e9be8f0

Browse files
committed
v0.5.2 release
1 parent 8a8ada5 commit e9be8f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GITHUBACTIONTRIGGERNUMBER = 4
55

66
REGISTRY = f5devcentral
77
NAME = ces-controller
8-
RELEASE_TAG = 0.5.1
8+
RELEASE_TAG = 0.5.2
99
COMMIT = git-$(shell git rev-parse --short HEAD)
1010
DATE = $(shell date +"%Y-%m-%d_%H:%M:%S")
1111
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)"

dist/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ spec:
456456
serviceAccountName: ces-controller
457457
containers:
458458
- name: ces-controller
459-
image: f5devcentral/ces-controller:0.5.1
459+
image: f5devcentral/ces-controller:0.5.2
460460
imagePullPolicy: IfNotPresent
461461
resources:
462462
requests:

0 commit comments

Comments
 (0)