File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GITHUBACTIONTRIGGERNUMBER = 4
5
5
6
6
REGISTRY = f5devcentral
7
7
NAME = ces-controller
8
- RELEASE_TAG = 0.5.1
8
+ RELEASE_TAG = 0.5.2
9
9
COMMIT = git-$(shell git rev-parse --short HEAD)
10
10
DATE = $(shell date +"% Y-% m-% d_% H:% M:% S")
11
11
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 ) "
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ spec:
456
456
serviceAccountName: ces-controller
457
457
containers:
458
458
- name: ces-controller
459
- image: f5devcentral/ces-controller:0.5.1
459
+ image: f5devcentral/ces-controller:0.5.2
460
460
imagePullPolicy: IfNotPresent
461
461
resources:
462
462
requests:
You can’t perform that action at this time.
0 commit comments