diff --git a/Makefile b/Makefile
index b6f5d7e08..9e9592fd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Current Operator version
-VERSION ?= 0.1.9-rc1
+VERSION ?= 0.1.9-rc2
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
diff --git a/README.md b/README.md
index dd8a5b95a..b2308a855 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A Kubernetes-Native way to run pulsar functions, connectors and composed functio
## Install
```bash
-curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.1.9-rc1/install.sh | bash
+curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.1.9-rc2/install.sh | bash
```
The above command installs all the CRDs, required service account configuration, and all function-mesh operator components. Before you start running a function-mesh example, verify if Function Mesh is installed correctly.
diff --git a/charts/function-mesh-operator/Chart.yaml b/charts/function-mesh-operator/Chart.yaml
index 10d3cbef0..e351d762d 100644
--- a/charts/function-mesh-operator/Chart.yaml
+++ b/charts/function-mesh-operator/Chart.yaml
@@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.1.9-rc1
+version: 0.1.9-rc2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
diff --git a/charts/function-mesh-operator/values.yaml b/charts/function-mesh-operator/values.yaml
index 8de082311..8c1bfc5ae 100644
--- a/charts/function-mesh-operator/values.yaml
+++ b/charts/function-mesh-operator/values.yaml
@@ -7,7 +7,7 @@ rbac:
create: true
# operatorImage is Function Mesh Operator image
-operatorImage: streamnative/function-mesh:v0.1.9-rc1
+operatorImage: streamnative/function-mesh:v0.1.9-rc2
imagePullPolicy: IfNotPresent
imagePullSecrets: []
diff --git a/install.sh b/install.sh
index 723e50e54..7bd7ac1b9 100755
--- a/install.sh
+++ b/install.sh
@@ -56,7 +56,7 @@ EOF
main() {
local local_kube="kind"
- local fm_version="v0.1.9-rc1"
+ local fm_version="v0.1.9-rc2"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
diff --git a/mesh-worker-service/pom.xml b/mesh-worker-service/pom.xml
index 33888ea29..f3c77e965 100644
--- a/mesh-worker-service/pom.xml
+++ b/mesh-worker-service/pom.xml
@@ -26,7 +26,7 @@
io.functionmesh.proxy
mesh-worker-service
- v0.1.9-rc1
+ v0.1.9-rc2
2.9.0.0-rc-4