Skip to content

Commit 09bbba2

Browse files
authored
[chore] Bump version to v0.5.2 (#330)
1 parent 7c3a249 commit 09bbba2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Current Operator version
2-
VERSION ?= v0.5.1
2+
VERSION ?= v0.5.2
33
REGISTRY ?= tmaxcloudck
44

55
# Image URL to use all building/pushing image targets

config/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
containers:
8585
- command:
8686
- /controller
87-
image: docker.io/tmaxcloudck/cicd-operator:v0.5.1
87+
image: docker.io/tmaxcloudck/cicd-operator:v0.5.2
8888
imagePullPolicy: Always
8989
name: manager
9090
env:
@@ -171,7 +171,7 @@ spec:
171171
containers:
172172
- command:
173173
- /blocker
174-
image: docker.io/tmaxcloudck/cicd-blocker:v0.5.1
174+
image: docker.io/tmaxcloudck/cicd-blocker:v0.5.2
175175
imagePullPolicy: Always
176176
name: manager
177177
resources:
@@ -231,7 +231,7 @@ spec:
231231
containers:
232232
- command:
233233
- /webhook
234-
image: docker.io/tmaxcloudck/cicd-webhook:v0.5.1
234+
image: docker.io/tmaxcloudck/cicd-webhook:v0.5.2
235235
imagePullPolicy: Always
236236
name: manager
237237
resources:
@@ -291,7 +291,7 @@ spec:
291291
containers:
292292
- command:
293293
- /apiserver
294-
image: docker.io/tmaxcloudck/cicd-api-server:v0.5.1
294+
image: docker.io/tmaxcloudck/cicd-api-server:v0.5.2
295295
imagePullPolicy: Always
296296
name: manager
297297
resources:

0 commit comments

Comments
 (0)