Skip to content

Commit

Permalink
update release 0.17.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Dec 7, 2023
1 parent 3457b7f commit 011be22
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci/olm-tests/catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.1-rc-1
image: kind-registry:5000/streamnativeio/function-mesh-catalog:v0.17.1
2 changes: 1 addition & 1 deletion .ci/olm-tests/subs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
spec:
channel: alpha
name: function-mesh
startingCSV: function-mesh.v0.17.1-rc-1
startingCSV: function-mesh.v0.17.1
source: my-test-catalog
sourceNamespace: olm
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 ?= 0.17.1-rc-1
VERSION ?= 0.17.1
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.1-rc-1/install.sh | bash
curl -sSL https://github.com/streamnative/function-mesh/releases/download/v0.17.1/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.
Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version: 0.2.24
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.17.1-rc-1
appVersion: 0.17.1

home: https://github.com/streamnative/function-mesh
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function mesh operator Helm chart for Kubernetes
| imagePullPolicy | string | `"IfNotPresent"` | |
| imagePullSecrets | list | `[]` | |
| installation.namespace | string | `"function-mesh-system"` | |
| operatorImage | string | `"streamnative/function-mesh:v0.17.1-rc-1"` | |
| operatorImage | string | `"streamnative/function-mesh:v0.17.1"` | |
| rbac.create | bool | `true` | |

----------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version: 0.2.24
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.17.1-rc-1
appVersion: 0.17.1

home: https://github.com/streamnative/function-mesh
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/function-mesh-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ installation:
namespace: function-mesh-system

# operatorImage is Function Mesh Operator image
operatorImage: streamnative/function-mesh:v0.17.1-rc-1
operatorImage: streamnative/function-mesh:v0.17.1
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOF

main() {
local local_kube="kind"
local fm_version="v0.17.1-rc-1"
local fm_version="v0.17.1"
local kind_name="kind"
local kind_version="v0.7.0"
local node_num=2
Expand Down

0 comments on commit 011be22

Please sign in to comment.