Fission 1.7.0-rc.2

This commit is contained in:
Ta-Ching Chen
2019-11-28 00:40:47 +08:00
parent 5cfc8dee5e
commit d9a0ee1e33
5 changed files with 10 additions and 10 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.7.0-rc.1`
`imageTag` | Fission image tag | `1.7.0-rc.2`
`pullPolicy` | Image pull policy | `IfNotPresent`
`fetcherImage` | Fission fetcher repository | `fission/fetcher`
`fetcherImageTag` | Fission fetcher image tag | `1.7.0-rc.1`
`fetcherImageTag` | Fission fetcher image tag | `1.7.0-rc.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`
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-all
version: 1.7.0-rc.1
version: 1.7.0-rc.2
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
@@ -12,4 +12,4 @@ maintainers:
- name: Ta Ching Chen
email: hello@tachingchen.com
engine: gotpl
appVersion: 1.7.0-rc.1
appVersion: 1.7.0-rc.2
+2 -2
View File
@@ -20,13 +20,13 @@ image: fission/fission-bundle
pullPolicy: IfNotPresent
## Fission image version
imageTag: 1.7.0-rc.1
imageTag: 1.7.0-rc.2
## Fission fetcher repository
fetcherImage: fission/fetcher
## Fission fetcher image version
fetcherImageTag: 1.7.0-rc.1
fetcherImageTag: 1.7.0-rc.2
## Port at which Fission controller service should be exposed
controllerPort: 31313
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-core
version: 1.7.0-rc.1
version: 1.7.0-rc.2
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
@@ -12,4 +12,4 @@ maintainers:
- name: Ta Ching Chen
email: hello@tachingchen.com
engine: gotpl
appVersion: 1.7.0-rc.1
appVersion: 1.7.0-rc.2
+2 -2
View File
@@ -17,7 +17,7 @@ repository: index.docker.io
image: fission/fission-bundle
## Fission image version
imageTag: 1.7.0-rc.1
imageTag: 1.7.0-rc.2
## Image pull policy
pullPolicy: IfNotPresent
@@ -26,7 +26,7 @@ pullPolicy: IfNotPresent
fetcherImage: fission/fetcher
## Fission fetcher image version
fetcherImageTag: 1.7.0-rc.1
fetcherImageTag: 1.7.0-rc.2
## Port at which Fission controller service should be exposed
controllerPort: 31313