Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnettZQG committed Jul 2, 2021
1 parent c3d94cf commit 2288d26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator:v2.0.0
tags: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator:v2.0.1
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
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 ?= 2.0.0
VERSION ?= 2.0.1
# Default bundle image tag
BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Options for 'bundle-build'
Expand Down
2 changes: 1 addition & 1 deletion controllers/handler/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (w *worker) deployment() client.Object {
}
args := []string{
"--host-ip=$(POD_IP)",
"--node-name=$(HOST_IP)",
"--node-name=$(POD_IP)",
w.db.RegionDataSource(),
"--etcd-endpoints=" + strings.Join(etcdEndpoints(w.cluster), ","),
"--rbd-system-namespace=" + w.component.Namespace,
Expand Down

0 comments on commit 2288d26

Please sign in to comment.