Skip to content

Commit

Permalink
[chore] Bump version to v0.3.1 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqbqdd11519 committed Jul 20, 2021
1 parent c3d3b8f commit 21d0fb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.0
VERSION ?= v0.3.1
REGISTRY ?= tmaxcloudck

# Image URL to use all building/pushing image targets
Expand Down
4 changes: 2 additions & 2 deletions config/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
containers:
- command:
- /controller
image: tmaxcloudck/cicd-operator:v0.3.0
image: tmaxcloudck/cicd-operator:v0.3.1
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
containers:
- command:
- /blocker
image: tmaxcloudck/cicd-blocker:v0.3.0
image: tmaxcloudck/cicd-blocker:v0.3.1
imagePullPolicy: Always
name: manager
resources:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This guides to install CI/CD operator. The contents are as follows.
## Installing CI/CD Operator
1. Run the following command to install CI/CD operator
```bash
VERSION=v0.3.0
VERSION=v0.3.1
kubectl apply -f https://raw.githubusercontent.com/tmax-cloud/cicd-operator/$VERSION/config/release.yaml
```
2. Enable `CustomTask` feature, disable `Affinity Assistant`
Expand Down

0 comments on commit 21d0fb6

Please sign in to comment.