Skip to content

Commit 011be22

Browse files
committed
update release 0.17.1 version
1 parent 3457b7f commit 011be22

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.17.1-rc-1
8+
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.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.17.1-rc-1
9+
startingCSV: function-mesh.v0.17.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.17.1-rc-1
2+
VERSION ?= 0.17.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.17.1-rc-1/install.sh | bash
7+
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.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.

charts/function-mesh-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version: 0.2.24
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: 0.17.1-rc-1
27+
appVersion: 0.17.1
2828

2929
home: https://github.com/streamnative/function-mesh
3030
sources:

charts/function-mesh-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function mesh operator Helm chart for Kubernetes
4747
| imagePullPolicy | string | `"IfNotPresent"` | |
4848
| imagePullSecrets | list | `[]` | |
4949
| installation.namespace | string | `"function-mesh-system"` | |
50-
| operatorImage | string | `"streamnative/function-mesh:v0.17.1-rc-1"` | |
50+
| operatorImage | string | `"streamnative/function-mesh:v0.17.1"` | |
5151
| rbac.create | bool | `true` | |
5252

5353
----------------------------------------------

charts/function-mesh-operator/charts/admission-webhook/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version: 0.2.24
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: 0.17.1-rc-1
28+
appVersion: 0.17.1
2929

3030
home: https://github.com/streamnative/function-mesh
3131
sources:

charts/function-mesh-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ installation:
1111
namespace: function-mesh-system
1212

1313
# operatorImage is Function Mesh Operator image
14-
operatorImage: streamnative/function-mesh:v0.17.1-rc-1
14+
operatorImage: streamnative/function-mesh:v0.17.1
1515
imagePullPolicy: IfNotPresent
1616
imagePullSecrets: []
1717

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.17.1-rc-1"
59+
local fm_version="v0.17.1"
6060
local kind_name="kind"
6161
local kind_version="v0.7.0"
6262
local node_num=2

0 commit comments

Comments
 (0)