Skip to content

Commit df7430d

Browse files
correct image
1 parent f0d028b commit df7430d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: localhost:5000/streamnativeio/function-mesh-catalog:v0.27.1
8+
image: localhost:5000/streamnativeio/function-mesh-catalog:v0.27.1-rc-4

charts/function-mesh-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function mesh operator Helm chart for Kubernetes
5252
| imagePullPolicy | string | `"IfNotPresent"` | |
5353
| imagePullSecrets | list | `[]` | |
5454
| installation.namespace | string | `"function-mesh-system"` | |
55-
| operatorImage | string | `"streamnative/function-mesh:v0.27.1"` | |
55+
| operatorImage | string | `"streamnative/function-mesh:v0.27.1-rc-4"` | |
5656
| rbac.create | bool | `true` | |
5757

5858
----------------------------------------------

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.27.1
14+
operatorImage: streamnative/function-mesh:v0.27.1-rc-4
1515
imagePullPolicy: IfNotPresent
1616
imagePullSecrets: []
1717

0 commit comments

Comments
 (0)