Release 1.11.1 (#1838)

Release 1.11.1 along with some changes to release script
This commit is contained in:
Vishal
2020-10-15 11:06:05 +05:30
committed by GitHub
parent ab94b68571
commit 6e3c42f238
9 changed files with 89 additions and 257 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.0`
`imageTag` | Fission image tag | `1.11.1`
`pullPolicy` | Image pull policy | `IfNotPresent`
`fetcher.image` | Fission fetcher repository | `fission/fetcher`
`fetcher.imageTag` | Fission fetcher image tag | `1.11.0`
`fetcher.imageTag` | Fission fetcher image tag | `1.11.1`
`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`