From f4702fe066c48e05cd5c093311fe95e4a6a971a4 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Mon, 2 Aug 2021 12:18:11 +0530 Subject: [PATCH] Update chart version to 1.14.0 (#2127) Signed-off-by: Sanket Sudake --- charts/fission-all/Chart.yaml | 4 ++-- charts/fission-all/values.yaml | 4 ++-- charts/fission-core/Chart.yaml | 4 ++-- charts/fission-core/values.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index f702e1a3..852ce846 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fission-all -version: 1.13.1 +version: 1.14.0 description: Fission is a fast serverless framework for Kubernetes. keywords: - fission @@ -12,7 +12,7 @@ maintainers: - name: Sanket Sudake email: sanket@infracloud.io engine: gotpl -appVersion: 1.13.1 +appVersion: 1.14.0 type: application dependencies: - name: prometheus diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index 3dfdb584..91e8c938 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.13.1 +imageTag: 1.14.0 ## Port at which Fission controller service should be exposed controllerPort: 31313 @@ -50,7 +50,7 @@ fetcher: ## Fetcher repository image: fission/fetcher ## Fetcher image version - imageTag: 1.13.1 + imageTag: 1.14.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 8d24fc42..0f472846 100644 --- a/charts/fission-core/Chart.yaml +++ b/charts/fission-core/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: fission-core -version: 1.13.1 +version: 1.14.0 description: Fission is a fast serverless framework for Kubernetes. keywords: - fission @@ -12,7 +12,7 @@ maintainers: - name: Sanket Sudake email: sanket@infracloud.io engine: gotpl -appVersion: 1.13.1 +appVersion: 1.14.0 type: application dependencies: - name: prometheus diff --git a/charts/fission-core/values.yaml b/charts/fission-core/values.yaml index 5e915383..2de9802e 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.13.1 +imageTag: 1.14.0 ## Image pull policy pullPolicy: IfNotPresent @@ -43,7 +43,7 @@ fetcher: ## Fetcher repository image: fission/fetcher ## Fetcher image version - imageTag: 1.13.1 + imageTag: 1.14.0 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary.