Skip to content

Commit

Permalink
[chore] Bump version to v0.5.2 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
changjjjjjjj authored Jan 10, 2022
1 parent 7c3a249 commit 09bbba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= v0.5.1
VERSION ?= v0.5.2
REGISTRY ?= tmaxcloudck

# Image URL to use all building/pushing image targets
Expand Down
8 changes: 4 additions & 4 deletions config/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
containers:
- command:
- /controller
image: docker.io/tmaxcloudck/cicd-operator:v0.5.1
image: docker.io/tmaxcloudck/cicd-operator:v0.5.2
imagePullPolicy: Always
name: manager
env:
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
containers:
- command:
- /blocker
image: docker.io/tmaxcloudck/cicd-blocker:v0.5.1
image: docker.io/tmaxcloudck/cicd-blocker:v0.5.2
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
containers:
- command:
- /webhook
image: docker.io/tmaxcloudck/cicd-webhook:v0.5.1
image: docker.io/tmaxcloudck/cicd-webhook:v0.5.2
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
containers:
- command:
- /apiserver
image: docker.io/tmaxcloudck/cicd-api-server:v0.5.1
image: docker.io/tmaxcloudck/cicd-api-server:v0.5.2
imagePullPolicy: Always
name: manager
resources:
Expand Down

0 comments on commit 09bbba2

Please sign in to comment.