Update chart version to 1.14.1 (#2143)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-08-03 15:16:15 +05:30
committed by GitHub
parent 672bdbba6f
commit 00f8c27fd4
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: fission-all name: fission-all
version: 1.14.0 version: 1.14.1
description: Fission is a fast serverless framework for Kubernetes. description: Fission is a fast serverless framework for Kubernetes.
keywords: keywords:
- fission - fission
@@ -12,7 +12,7 @@ maintainers:
- name: Sanket Sudake - name: Sanket Sudake
email: sanket@infracloud.io email: sanket@infracloud.io
engine: gotpl engine: gotpl
appVersion: 1.14.0 appVersion: 1.14.1
type: application type: application
dependencies: dependencies:
- name: prometheus - name: prometheus
+2 -2
View File
@@ -20,7 +20,7 @@ image: fission/fission-bundle
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Fission image version ## Fission image version
imageTag: 1.14.0 imageTag: 1.14.1
## Port at which Fission controller service should be exposed ## Port at which Fission controller service should be exposed
controllerPort: 31313 controllerPort: 31313
@@ -50,7 +50,7 @@ fetcher:
## Fetcher repository ## Fetcher repository
image: fission/fetcher image: fission/fetcher
## Fetcher image version ## Fetcher image version
imageTag: 1.14.0 imageTag: 1.14.1
## Fetcher is only for to downloading or uploading archive. ## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary. ## Normally, you don't need to change the value here, unless necessary.
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: fission-core name: fission-core
version: 1.14.0 version: 1.14.1
description: Fission is a fast serverless framework for Kubernetes. description: Fission is a fast serverless framework for Kubernetes.
keywords: keywords:
- fission - fission
@@ -12,7 +12,7 @@ maintainers:
- name: Sanket Sudake - name: Sanket Sudake
email: sanket@infracloud.io email: sanket@infracloud.io
engine: gotpl engine: gotpl
appVersion: 1.14.0 appVersion: 1.14.1
type: application type: application
dependencies: dependencies:
- name: prometheus - name: prometheus
+2 -2
View File
@@ -17,7 +17,7 @@ repository: index.docker.io
image: fission/fission-bundle image: fission/fission-bundle
## Fission image version ## Fission image version
imageTag: 1.14.0 imageTag: 1.14.1
## Image pull policy ## Image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -43,7 +43,7 @@ fetcher:
## Fetcher repository ## Fetcher repository
image: fission/fetcher image: fission/fetcher
## Fetcher image version ## Fetcher image version
imageTag: 1.14.0 imageTag: 1.14.1
## Fetcher is only for to downloading or uploading archive. ## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary. ## Normally, you don't need to change the value here, unless necessary.