Release 1.11.2 (#1843)

This commit is contained in:
Rahul Bhati
2020-10-21 08:47:26 +05:30
committed by GitHub
parent 9d199c86c5
commit e65bfcdacf
6 changed files with 34 additions and 25 deletions
+2 -2
View File
@@ -43,10 +43,10 @@ Parameter | Description | Default
`routerServiceType` | Type of Fission Router service to use. For minikube, set this to NodePort, elsewhere use LoadBalancer or ClusterIP. | `LoadBalancer`
`repository` | Image base repository | `index.docker.io`
`image` | Fission image repository | `fission/fission-bundle`
`imageTag` | Fission image tag | `1.11.1`
`imageTag` | Fission image tag | `1.11.2`
`pullPolicy` | Image pull policy | `IfNotPresent`
`fetcher.image` | Fission fetcher repository | `fission/fetcher`
`fetcher.imageTag` | Fission fetcher image tag | `1.11.1`
`fetcher.imageTag` | Fission fetcher image tag | `1.11.2`
`controllerPort` | Fission Controller service port | `31313`
`routerPort` | Fission Router service port | ` 31314`
`functionNamespace` | Namespace in which to run fission functions (this is different from the release namespace) | `fission-function`