Skip to content

Commit 003eadb

Browse files
Update release rc version
1 parent dde31ff commit 003eadb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ci/olm-tests/catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
namespace: olm
66
spec:
77
sourceType: grpc
8-
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.22.0
8+
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.22.1-rc-1

.ci/olm-tests/subs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
spec:
77
channel: alpha
88
name: function-mesh
9-
startingCSV: function-mesh.v0.22.0
9+
startingCSV: function-mesh.v0.22.1-rc-1
1010
source: my-test-catalog
1111
sourceNamespace: olm

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 ?= 0.22.0
2+
VERSION ?= 0.22.1-rc-1
33
# Default image tag
44
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
55
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Kubernetes-Native way to run pulsar functions, connectors and composed functio
44
## Install
55

66
```bash
7-
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.22.0/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.22.1-rc-1/install.sh | bash
88
```
99

1010
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.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EOF
5656

5757
main() {
5858
local local_kube="kind"
59-
local fm_version="v0.22.0"
59+
local fm_version="v0.22.1-rc-1"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)