From bda974a72c9093e241c1dae6a7fc1a2d16e28b02 Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Mon, 3 Feb 2020 15:04:38 +0800 Subject: [PATCH] Release 1.8.0 --- charts/README.md | 4 ++-- charts/fission-all/Chart.yaml | 4 ++-- charts/fission-all/values.yaml | 4 ++-- charts/fission-core/Chart.yaml | 4 ++-- charts/fission-core/values.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/README.md b/charts/README.md index 32ea783c..cd66f4b2 100644 --- a/charts/README.md +++ b/charts/README.md @@ -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.1` +`imageTag` | Fission image tag | `1.8.0` `pullPolicy` | Image pull policy | `IfNotPresent` `fetcher.image` | Fission fetcher repository | `fission/fetcher` -`fetcher.imageTag` | Fission fetcher image tag | `1.7.1` +`fetcher.imageTag` | Fission fetcher image tag | `1.8.0` `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` diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index f6785ffd..f08b42c4 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fission-all -version: 1.7.1 +version: 1.8.0 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.1 +appVersion: 1.8.0 diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index 3c7b47bc..3f8f61e0 100644 --- a/charts/fission-all/values.yaml +++ b/charts/fission-all/values.yaml @@ -20,7 +20,7 @@ image: fission/fission-bundle pullPolicy: IfNotPresent ## Fission image version -imageTag: 1.7.1 +imageTag: 1.8.0 ## Port at which Fission controller service should be exposed controllerPort: 31313 @@ -49,7 +49,7 @@ fetcher: ## Fetcher repository image: fission/fetcher ## Fetcher image version - imageTag: 1.7.1 + imageTag: 1.8.0 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary. diff --git a/charts/fission-core/Chart.yaml b/charts/fission-core/Chart.yaml index 1b6b802e..68949994 100644 --- a/charts/fission-core/Chart.yaml +++ b/charts/fission-core/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fission-core -version: 1.7.1 +version: 1.8.0 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.1 +appVersion: 1.8.0 diff --git a/charts/fission-core/values.yaml b/charts/fission-core/values.yaml index 582cffc9..5cfecc8f 100644 --- a/charts/fission-core/values.yaml +++ b/charts/fission-core/values.yaml @@ -17,7 +17,7 @@ repository: index.docker.io image: fission/fission-bundle ## Fission image version -imageTag: 1.7.1 +imageTag: 1.8.0 ## Image pull policy pullPolicy: IfNotPresent @@ -43,7 +43,7 @@ fetcher: ## Fetcher repository image: fission/fetcher ## Fetcher image version - imageTag: 1.7.1 + imageTag: 1.8.0 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary.