11# function-mesh-operator
22
3- ![ Version: 0.2.26 ] ( https://img.shields.io/badge/Version-0.2.26 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.20.0 ] ( https://img.shields.io/badge/AppVersion-0.20.0 -informational?style=flat-square )
3+ ![ Version: 0.2.27 ] ( https://img.shields.io/badge/Version-0.2.27 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.21.0-rc-1 ] ( https://img.shields.io/badge/AppVersion-0.21.0--rc--1 -informational?style=flat-square )
44
55function mesh operator Helm chart for Kubernetes
66
@@ -20,7 +20,7 @@ function mesh operator Helm chart for Kubernetes
2020
2121| Repository | Name | Version |
2222| ------------| ------| ---------|
23- | | admission-webhook | 0.2.26 |
23+ | | admission-webhook | 0.2.27 |
2424
2525## Values
2626
@@ -33,8 +33,11 @@ function mesh operator Helm chart for Kubernetes
3333| controllerManager.create | bool | ` true ` | |
3434| controllerManager.enableInitContainers | bool | ` false ` | |
3535| controllerManager.enableLeaderElection | bool | ` true ` | |
36+ | controllerManager.globalBackendConfig | string | ` "global-backend-config" ` | |
37+ | controllerManager.globalBackendConfigNamespace | string | ` "default" ` | |
3638| controllerManager.healthProbe.port | int | ` 8000 ` | |
3739| controllerManager.metrics.port | int | ` 8080 ` | |
40+ | controllerManager.namespacedBackendConfig | string | ` "backend-config" ` | |
3841| controllerManager.nodeSelector | object | ` {} ` | |
3942| controllerManager.pprof.enable | bool | ` false ` | |
4043| controllerManager.pprof.port | int | ` 8090 ` | |
@@ -47,7 +50,7 @@ function mesh operator Helm chart for Kubernetes
4750| imagePullPolicy | string | ` "IfNotPresent" ` | |
4851| imagePullSecrets | list | ` [] ` | |
4952| installation.namespace | string | ` "function-mesh-system" ` | |
50- | operatorImage | string | ` "streamnative/function-mesh:v0.20.0 " ` | |
53+ | operatorImage | string | ` "streamnative/function-mesh:v0.21.0-rc-1 " ` | |
5154| rbac.create | bool | ` true ` | |
5255
5356----------------------------------------------
0 commit comments